From 23946c982625523ec11d7ae8b09431aa8e3fc45b Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Tue, 3 Sep 2013 10:57:18 +0200 Subject: [PATCH] Increased version number (hopefully this helps tracking the nightlies problem). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf0a275..b342fb9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if sys.version_info[:2] < (2, 7) or ((3,0) <= sys.version_info[:2] < (3,2)): setup( name='gridtk', - version='1.0.0', + version='1.0.1a1', description='SGE Grid and Local Submission and Monitoring Tools for Idiap', url='https://github.com/idiap/gridtk', -- GitLab