Increase package versions for alpha release
This commit is contained in:
parent
2c76d67755
commit
f739833050
10 changed files with 10 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="2">
|
||||
<name>ros2trace</name>
|
||||
<version>0.0.1</version>
|
||||
<version>0.1.0</version>
|
||||
<description>
|
||||
The trace command for ROS 2 command line tools.
|
||||
</description>
|
||||
|
|
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='ros2trace',
|
||||
version='0.0.1',
|
||||
version='0.1.0',
|
||||
packages=find_packages(exclude=['test']),
|
||||
install_requires=['ros2cli'],
|
||||
zip_safe=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue