setup.py
changeset 78 b3656b8cbd7d
parent 70 8e2e54492244
child 83 46aaeb3c5566
--- a/setup.py	Wed Mar 07 16:16:37 2018 +0100
+++ b/setup.py	Thu Mar 08 09:10:21 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []