0.1.1
This commit is contained in:
parent
8baa1865f0
commit
ab3f076859
12 changed files with 14 additions and 14 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.1.0</version>
|
||||
<version>0.1.1</version>
|
||||
<description>The trace command for ROS 2 command line tools.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
|
|
|
@ -3,7 +3,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name='ros2trace',
|
||||
version='0.1.0',
|
||||
version='0.1.1',
|
||||
packages=find_packages(exclude=['test']),
|
||||
install_requires=['ros2cli'],
|
||||
zip_safe=True,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue