Increase package versions for alpha release

This commit is contained in:
Christophe Bedard 2019-07-10 15:46:29 +02:00
parent 2c76d67755
commit f739833050
10 changed files with 10 additions and 10 deletions

View file

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