setup.py
changeset 18 825d5e32641f
parent 4 4070bf0c5d9e
child 25 1e65ba8b2bcf
--- a/setup.py	Wed Jul 22 16:55:44 2015 +0200
+++ b/setup.py	Wed Jul 22 16:56:46 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 = []