bump version

This commit is contained in:
Olivier R-D 2015-01-22 15:59:17 +01:00
parent f13d36f553
commit a3dc617302
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -1,7 +1,7 @@
"""
Python library to control an UR robot through its TCP/IP interface
"""
__version__ = "0.8.0"
__version__ = "0.8.2"