bump version
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user