From 5fe138b41b9fbd349a9a0bd2a715673915f3ee2a Mon Sep 17 00:00:00 2001 From: Henrik Barthels <25176271+hbarthels@users.noreply.github.com> Date: Tue, 23 Jun 2026 18:09:58 +0200 Subject: [PATCH] Bump version to v0.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the Julia and Python SDK versions to 0.5.4. The `(relations …)` CSV loading construct (#259) landed on main after the v0.5.3 tag without a version bump, so main currently reports 0.5.3 while containing changes beyond that release. This cuts a distinct version so the content is traceable to a tagged release. Co-Authored-By: Claude Opus 4.8 --- sdks/julia/LogicalQueryProtocol.jl/Project.toml | 2 +- sdks/python/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdks/julia/LogicalQueryProtocol.jl/Project.toml b/sdks/julia/LogicalQueryProtocol.jl/Project.toml index e969b56b..ba08eb0f 100644 --- a/sdks/julia/LogicalQueryProtocol.jl/Project.toml +++ b/sdks/julia/LogicalQueryProtocol.jl/Project.toml @@ -1,6 +1,6 @@ name = "LogicalQueryProtocol" uuid = "a92373ee-6cc4-4662-ae66-0c99a03ebae1" -version = "0.5.3" +version = "0.5.4" authors = ["RelationalAI"] [deps] diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 4836b8e7..29e06dae 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lqp" -version = "0.5.3" +version = "0.5.4" description = "Validate and translate Logical Query Protocol (LQP) S-expressions into Protobuf" readme = "README.md" authors = [