This commit is contained in:
Christophe Bedard 2019-08-16 16:11:14 +02:00
parent e5ad41f519
commit 5cd03ff502
12 changed files with 14 additions and 14 deletions

View file

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