fix version number
This commit is contained in:
parent
08baca5a0f
commit
914db2a3cc
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from distutils.command.install_data import install_data
|
|||||||
|
|
||||||
|
|
||||||
setup (name = "urx",
|
setup (name = "urx",
|
||||||
version = ".8.0",
|
version = "0.8.1",
|
||||||
description = "Python library to control an UR robot",
|
description = "Python library to control an UR robot",
|
||||||
author = "Olivier Roulet-Dubonnet",
|
author = "Olivier Roulet-Dubonnet",
|
||||||
author_email = "olivier.roulet@gmail.com",
|
author_email = "olivier.roulet@gmail.com",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user