setup.py
changeset 63 77c839e343af
parent 60 0969adf1a968
child 66 533f7e7ce187
--- a/setup.py	Wed Oct 17 16:09:48 2018 +0200
+++ b/setup.py	Tue Oct 23 12:23:07 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.11'
+version = '0.1.12'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []