setup.py
changeset 5 e76aa6d39ce6
parent 0 a02202f95e2c
child 11 7ceac963fe24
--- a/setup.py	Thu Oct 08 09:44:26 2015 +0200
+++ b/setup.py	Thu Oct 08 09:45:51 2015 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.0'
+version = '0.1.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []