From 3f728e3e02ba6dbd0e1bd52879bb34f75a554385 Mon Sep 17 00:00:00 2001 From: Olivier R-D Date: Sun, 16 Jun 2013 10:43:24 +0200 Subject: [PATCH] version must be a string --- urx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/urx/__init__.py b/urx/__init__.py index e62eeb4..303a273 100644 --- a/urx/__init__.py +++ b/urx/__init__.py @@ -1,7 +1,7 @@ """ Python library to control an UR robot through its TCP/IP interface """ -__version__ = 0.8 +__version__ = "0.8"