setup.py
changeset 116 f10973853d11
parent 112 534f660629c7
child 119 756ffe18637e
--- a/setup.py	Fri Mar 22 17:40:32 2019 +0100
+++ b/setup.py	Wed Mar 27 09:05:07 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16.1'
+version = '0.1.17'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []