setup.py
changeset 106 1aa90799dde1
parent 92 965ebed90c10
child 145 a39e0e6bb64b
--- a/setup.py	Thu Jun 14 09:11:02 2018 +0200
+++ b/setup.py	Thu Jun 14 17:30:13 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 = []