setup.py
branchZTK-1.1
changeset 80 a8072195e0c6
parent 74 35d95d221249
child 84 96e344fe6166
--- a/setup.py	Sun Oct 30 02:46:51 2011 +0200
+++ b/setup.py	Sun Oct 30 02:57:18 2011 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.3.0'
+version = '0.3.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [