setup.py
branchZTK-1.1
changeset 203 7cb9e4f51936
parent 200 a8bd865a3f1a
child 204 7eca33dd6233
--- a/setup.py	Fri Mar 01 19:13:31 2013 +0100
+++ b/setup.py	Sat Mar 02 11:48:52 2013 +0100
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.3.15'
+version = '0.4.0'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [