setup.py
changeset 59 d81fcb734e6c
parent 48 d9a45c366c6c
child 63 420291b2fc72
--- a/setup.py	Sat Aug 28 02:40:42 2010 +0200
+++ b/setup.py	Sat Aug 28 02:42:19 2010 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1'
+version = '0.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [