This commit is contained in:
Christophe Bedard 2019-07-30 16:43:12 +02:00
parent 075fc37bb4
commit b3dd5216dd
13 changed files with 16 additions and 16 deletions

View file

@ -3,7 +3,7 @@ from setuptools import setup
setup(
name='ros2trace',
version='0.1.1',
version='0.2.0',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,