setup.py
changeset 90 62fa715ef961
parent 87 d60763890622
child 99 3973a123af03
--- a/setup.py	Wed Oct 29 09:37:15 2014 +0100
+++ b/setup.py	Wed Oct 29 14:34:18 2014 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()