setup.py
changeset 100 c8b0000adaf4
parent 96 929abe019e0f
child 103 c3ebb29f8575
--- a/setup.py	Fri May 24 08:45:15 2019 +0200
+++ b/setup.py	Fri May 24 09:02:27 2019 +0200
@@ -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 = []