From 914db2a3cc55a61193fd136825fbff1bb419c7b5 Mon Sep 17 00:00:00 2001 From: Olivier R-D Date: Thu, 16 Jan 2014 14:57:43 +0100 Subject: [PATCH] fix version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 91b91d5..6a62a8c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.command.install_data import install_data setup (name = "urx", - version = ".8.0", + version = "0.8.1", description = "Python library to control an UR robot", author = "Olivier Roulet-Dubonnet", author_email = "olivier.roulet@gmail.com",