Skip to content

Commit

Permalink
Update to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacha-S committed Nov 2, 2023
1 parent 97b0f73 commit 74f9af3
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.1"
version = "0.1.2"
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.1.1',
version='0.1.2',
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 74f9af3

Please sign in to comment.