Skip to content

Commit 5fe138b

Browse files
hbarthelsclaude
andcommitted
Bump version to v0.5.4
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 <noreply@anthropic.com>
1 parent b16841e commit 5fe138b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdks/julia/LogicalQueryProtocol.jl/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LogicalQueryProtocol"
22
uuid = "a92373ee-6cc4-4662-ae66-0c99a03ebae1"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
authors = ["RelationalAI"]
55

66
[deps]

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lqp"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "Validate and translate Logical Query Protocol (LQP) S-expressions into Protobuf"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)