This commit is contained in:
Christophe Bedard 2019-09-09 16:46:09 -04:00
parent 7d854c1702
commit 809495090f
13 changed files with 16 additions and 16 deletions

View file

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