This commit is contained in:
Christophe Bedard 2019-08-14 13:01:43 +02:00
parent 52be8b80e0
commit 65a40aa5ff
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.3',
version='0.2.4',
packages=find_packages(exclude=['test']),
install_requires=['ros2cli'],
zip_safe=True,