Skip to content

Commit

Permalink
bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Nov 14, 2024
1 parent 0ac503d commit 29a2f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros2-pkg-create/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ros2-pkg-create"
version = "1.0.0"
version = "1.0.1"
description = "Powerful ROS 2 Package Generator"
license = {file = "LICENSE"}
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ros2-pkg-create/src/ros2_pkg_create/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__name__ = "ros2-pkg-create"
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 29a2f7c

Please sign in to comment.