setup.py
changeset 86 efe571a7718c
parent 81 63910cffdf2b
child 92 c91ef880b47d
--- a/setup.py	Wed Mar 07 09:47:21 2018 +0100
+++ b/setup.py	Wed Mar 07 14:41:44 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 = []