setup.py
branchZTK-1.1
changeset 249 650534afe60d
parent 246 bfe27a27bac0
child 253 a196d968a87f
--- a/setup.py	Wed May 07 19:03:31 2014 +0200
+++ b/setup.py	Wed May 07 19:04:14 2014 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.9'
+version = '0.4.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [