bump version
This commit is contained in:
parent
f13d36f553
commit
a3dc617302
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ from distutils.command.install_data import install_data
|
||||
|
||||
|
||||
setup (name = "urx",
|
||||
version = "0.8.1",
|
||||
version = "0.8.2",
|
||||
description = "Python library to control an UR robot",
|
||||
author = "Olivier Roulet-Dubonnet",
|
||||
author_email = "olivier.roulet@gmail.com",
|
||||
|
@ -1,7 +1,7 @@
|
||||
"""
|
||||
Python library to control an UR robot through its TCP/IP interface
|
||||
"""
|
||||
__version__ = "0.8.0"
|
||||
__version__ = "0.8.2"
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user