setup.py
changeset 92 c91ef880b47d
parent 86 efe571a7718c
child 99 a0ab0d005b32
--- a/setup.py	Tue Mar 20 17:43:22 2018 +0100
+++ b/setup.py	Wed Mar 28 15:30:55 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 = []