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 d9f4acb commit 1c71684Copy full SHA for 1c71684
rosidl_cli/package.xml
@@ -2,7 +2,7 @@
2
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
3
<package format="2">
4
<name>rosidl_cli</name>
5
- <version>0.1.0</version>
+ <version>2.0.3</version>
6
<description>
7
Command line tools for ROS interface generation.
8
</description>
rosidl_cli/setup.py
@@ -3,7 +3,7 @@
setup(
name='rosidl_cli',
- version='0.1.0',
+ version='2.0.3',
packages=find_packages(exclude=['test']),
extras_require={
9
'completion': ['argcomplete'],
0 commit comments