setup.py
changeset 11 7d61342c7a59
parent 5 8ea45b295724
child 14 7ca62a7a465b
--- a/setup.py	Thu Oct 08 09:56:56 2015 +0200
+++ b/setup.py	Thu Oct 08 09:57:50 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 = []