Skip to content

Commit

Permalink
Update to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacha-S committed Nov 17, 2023
1 parent 81e3cf7 commit 00685ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "launch-generator"
version = "0.1.2"
version = "0.2.1"
description = "Simple launch file generator for ROS2."
authors = [
{ name = "Tatsuro Sakaguchi", email = "tatsuro.sakaguchi@g.softbank.co.jp" },
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setuptools.setup(
name='launch_generator',
version='0.2.0',
version='0.2.1',
author='Tatsuro Sakaguchi',
author_email='tatsuro.sakaguchi@g.softbank.co.jp',
description='The package `launch-generator` is a tool to easily generate launch descriptions for ROS 2.',
Expand Down

0 comments on commit 00685ba

Please sign in to comment.