setup.py
changeset 152 22e35ee36ca7
parent 149 bbee8266e8a4
child 157 37921010c0e1
--- a/setup.py	Wed Nov 25 10:36:32 2015 +0100
+++ b/setup.py	Thu Nov 26 12:07:35 2015 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.17.2'
+version = '0.1.17.3'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()