Skip to content

Commit 1c71684

Browse files
authored
Align rosidl_cli package version with the rest of the repo. (#579)
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent d9f4acb commit 1c71684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rosidl_cli/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rosidl_cli</name>
5-
<version>0.1.0</version>
5+
<version>2.0.3</version>
66
<description>
77
Command line tools for ROS interface generation.
88
</description>

rosidl_cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='rosidl_cli',
6-
version='0.1.0',
6+
version='2.0.3',
77
packages=find_packages(exclude=['test']),
88
extras_require={
99
'completion': ['argcomplete'],

0 commit comments

Comments
 (0)