This commit is contained in:
Christophe Bedard 2019-08-15 15:28:58 +02:00
parent 29bef96284
commit 40007f4f96
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.4',
version='0.2.5',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,