setup.py
changeset 189 a948e0a00f5c
parent 168 71aeef3a5432
child 192 39482eb2520f
--- a/setup.py	Mon Oct 22 17:11:30 2018 +0200
+++ b/setup.py	Tue Oct 23 12:16:08 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 = []