setup.py
changeset 115 66800da6ed48
parent 112 9d98137903bb
child 117 33f7b8337232
--- a/setup.py	Tue Feb 05 14:42:34 2019 +0100
+++ b/setup.py	Tue Feb 05 14:49:31 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 = []