setup.py
changeset 61 e9f92321f04d
parent 52 3351d1c1595c
child 70 4d0e6279ded3
--- a/setup.py	Sat Jul 21 03:36:59 2018 +0200
+++ b/setup.py	Sat Jul 21 03:38:38 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 = []