setup.py
changeset 146 f830d80f4f31
parent 143 63b798053ece
child 149 bbee8266e8a4
--- a/setup.py	Tue Nov 17 15:40:01 2015 +0100
+++ b/setup.py	Tue Nov 17 15:40:16 2015 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.17'
+version = '0.1.17.1'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()