We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf4f6f commit a4fc280Copy full SHA for a4fc280
ros2-pkg-create/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ros2-pkg-create"
7
-version = "1.1.1"
+version = "1.2.0"
8
description = "Powerful ROS 2 Package Generator"
9
license = {file = "LICENSE"}
10
readme = "README.md"
ros2-pkg-create/src/ros2_pkg_create/__init__.py
@@ -1,2 +1,2 @@
1
__name__ = "ros2-pkg-create"
2
-__version__ = "1.1.1"
+__version__ = "1.2.0"
0 commit comments