setup.py
branchZTK-1.1
changeset 217 635b1a1edf16
parent 211 15d4527f4fbe
child 221 4c954a53ac9c
--- a/setup.py	Tue May 14 23:09:46 2013 +0200
+++ b/setup.py	Wed May 15 10:27:05 2013 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.2'
+version = '0.4.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [