setup.py
changeset 192 011fc253137d
parent 175 db6128915fc1
child 211 48a13f7bddbe
--- a/setup.py	Mon Jun 11 15:58:59 2018 +0200
+++ b/setup.py	Wed Jun 13 11:24:18 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = [