We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2244de commit 033857fCopy full SHA for 033857f
setup.py
@@ -20,11 +20,11 @@
20
21
setup(
22
name='superflore',
23
- version='0.0.0',
+ version='0.1.0',
24
packages=find_packages(exclude=['tests']),
25
author='Hunter L. Allen',
26
author_email='hunter@openrobotics.org',
27
- url='https://github.com/allenh1/superflore',
+ url='https://github.com/ros-infrastructure/superflore',
28
keywords=['ROS'],
29
install_requires=install_requires,
30
classifiers=['Programming Language :: Python',
0 commit comments