Skip to content

Commit e07b9a0

Browse files
authored
Update setup.py
1 parent 9011ad7 commit e07b9a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from distutils.core import setup
22

33
setup(
4-
name='usb_arm',
5-
version='0.1.1',
6-
packages=['usb_arm',],
4+
name='usb_robot_arm',
5+
version='0.2.0',
6+
packages=['usb_robot_arm',],
77
author="Danny Staple - Orionrobots",
88
license='Creative Commons By Attribution Share-Alike v3.0',
99
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)