This commit is contained in:
Christophe Bedard 2019-08-05 10:20:55 +02:00
parent fadd8b4cd0
commit 6771aaf84b
14 changed files with 18 additions and 18 deletions

View file

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