setup.py
branchZTK-1.1
changeset 132 14abd920f481
parent 126 57d4ca60eb61
child 140 d5e916191cf4
--- a/setup.py	Tue Mar 27 00:16:48 2012 +0200
+++ b/setup.py	Tue Mar 27 08:37:43 2012 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.3.9'
+version = '0.3.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [