setup.py
changeset 119 756ffe18637e
parent 116 f10973853d11
child 123 1dd63411c085
--- a/setup.py	Wed Mar 27 10:11:42 2019 +0100
+++ b/setup.py	Wed Mar 27 11:09:35 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.17'
+version = '0.1.17.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []