Skip to content

Commit 08980eb

Browse files
comnikclaude
andcommitted
Bump SDK versions to 0.4.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2affd29 commit 08980eb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ package to PyPI. To release a new version:
8282
automatically determined by the release tag in GitHub.
8383
3. Get approval and merge into `main`.
8484
4. Create a new GitHub release from `main` with a tag matching the version (e.g.
85-
`gh release create v0.3.0 --title "v0.3.0" --generate-notes`). The release must be
85+
`gh release create v0.4.0 --title "v0.4.0" --generate-notes`). The release must be
8686
created after merging the version bump, since the workflow checks out the default branch.
8787
5. Tag the release for the Go submodule. Go requires a separate tag with the subdirectory
8888
prefix for modules that live outside the repository root:
8989
```bash
90-
git tag sdks/go/v0.3.0 v0.3.0
91-
git push origin sdks/go/v0.3.0
90+
git tag sdks/go/v0.4.0 v0.4.0
91+
git push origin sdks/go/v0.4.0
9292
```
9393
Without this tag, `go get` will not be able to resolve the module at the released version.
9494

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.3.0"
3+
version = "0.4.0"
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.3.0"
3+
version = "0.4.0"
44
description = "Validate and translate Logical Query Protocol (LQP) S-expressions into Protobuf"
55
readme = "README.md"
66
authors = [

sdks/python/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)