We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e941b00 commit 3d60029Copy full SHA for 3d60029
docs/release_checklist
@@ -6,6 +6,7 @@
6
4. Bump the version number in:
7
a. lcm/lcm_version.h
8
b. lcm-lua/rock/lcm-<version>-0.rockspec (both filename and contents of file)
9
+ c. pyproject.toml
10
5. Commit the above changes and create the vX.Y.Z git tag.
11
$ git commit -a -m "Release X.Y.Z"
12
$ git tag vX.Y.Z
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
4
5
[project]
name = "lcm"
-version = "1.5.0"
+version = "1.5.1"
description = "Lightweight Communication and Marshalling"
readme = "README.md"
requires-python = ">=3.7"
0 commit comments