diff --git a/ros2-pkg-create/pyproject.toml b/ros2-pkg-create/pyproject.toml index af00c91..a6b1006 100644 --- a/ros2-pkg-create/pyproject.toml +++ b/ros2-pkg-create/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ros2-pkg-create" -version = "0.0.7" +version = "0.0.8" description = "TODO" license = {file = "LICENSE"} readme = "README.md" diff --git a/ros2-pkg-create/src/ros2_pkg_create/__init__.py b/ros2-pkg-create/src/ros2_pkg_create/__init__.py index d7ff683..9a4db72 100644 --- a/ros2-pkg-create/src/ros2_pkg_create/__init__.py +++ b/ros2-pkg-create/src/ros2_pkg_create/__init__.py @@ -1,2 +1,2 @@ __name__ = "ros2-pkg-create" -__version__ = "0.0.7" \ No newline at end of file +__version__ = "0.0.8" \ No newline at end of file