This commit is contained in:
Christophe Bedard 2019-07-16 10:52:09 +02:00
parent 8baa1865f0
commit ab3f076859
12 changed files with 14 additions and 14 deletions

View file

@ -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,