Skip to content

Commit 033857f

Browse files
authored
Bump version to 0.1.0 (#63)
1 parent a2244de commit 033857f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020

2121
setup(
2222
name='superflore',
23-
version='0.0.0',
23+
version='0.1.0',
2424
packages=find_packages(exclude=['tests']),
2525
author='Hunter L. Allen',
2626
author_email='hunter@openrobotics.org',
27-
url='https://github.com/allenh1/superflore',
27+
url='https://github.com/ros-infrastructure/superflore',
2828
keywords=['ROS'],
2929
install_requires=install_requires,
3030
classifiers=['Programming Language :: Python',

0 commit comments

Comments
 (0)