setup.py
changeset 60 0969adf1a968
parent 51 88d9d52dd75f
child 63 77c839e343af
--- a/setup.py	Tue Aug 28 09:29:09 2018 +0200
+++ b/setup.py	Tue Sep 18 16:22:29 2018 +0200
@@ -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 = []