setup.py
changeset 63 420291b2fc72
parent 59 d81fcb734e6c
child 70 82d8de021806
--- a/setup.py	Wed Sep 08 07:46:09 2010 +0200
+++ b/setup.py	Wed Sep 08 07:47:09 2010 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.2'
+version = '0.2.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [