setup.py
changeset 6 fe40de633af9
parent 2 b4a9954463b5
child 9 4e2d5ad1ea43
--- a/setup.py	Wed Jul 12 12:09:16 2017 +0200
+++ b/setup.py	Wed Jul 12 17:51:23 2017 +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 = []