setup.py
branchZTK-1.1
changeset 227 ba7bf1239055
parent 221 4c954a53ac9c
child 232 dabc8ebe131d
--- a/setup.py	Fri Oct 04 12:28:22 2013 +0200
+++ b/setup.py	Mon Oct 07 11:02:07 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.4'
+version = '0.4.5'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [