Skip to content

Commit

Permalink
update version in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
nosracd committed Dec 23, 2024
1 parent e941b00 commit 3d60029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release_checklist
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
4. Bump the version number in:
a. lcm/lcm_version.h
b. lcm-lua/rock/lcm-<version>-0.rockspec (both filename and contents of file)
c. pyproject.toml
5. Commit the above changes and create the vX.Y.Z git tag.
$ git commit -a -m "Release X.Y.Z"
$ git tag vX.Y.Z
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "lcm"
version = "1.5.0"
version = "1.5.1"
description = "Lightweight Communication and Marshalling"
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 3d60029

Please sign in to comment.