bump version

This commit is contained in:
Olivier R-D
2015-04-09 14:59:08 +02:00
parent ae0b56c644
commit 4a8559a111
2 changed files with 34 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
"""
Python library to control an UR robot through its TCP/IP interface
"""
__version__ = "0.8.2"
__version__ = "0.9.0"
from .robot import Robot, RobotException, URRobot
from urx.robot import Robot, RobotException, URRobot