setup.py
branchZTK-1.1
changeset 74 35d95d221249
parent 72 d53c864723ea
child 80 a8072195e0c6
--- a/setup.py	Tue Oct 18 08:36:11 2011 +0200
+++ b/setup.py	Thu Oct 20 01:32:46 2011 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.4.0'
+version = '0.3.0'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [