setup.py
changeset 131 5f42c1b3365f
parent 127 b111497f093d
child 134 4c9cead41e2a
--- a/setup.py	Tue Jun 26 15:00:38 2018 +0200
+++ b/setup.py	Thu Jun 28 08:42:49 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 = []