setup.py
changeset 165 3bffd5c4f031
parent 162 c60e5d1f8e9c
child 169 f2d48d9df9ba
--- a/setup.py	Wed Mar 09 14:51:46 2016 +0100
+++ b/setup.py	Wed Mar 09 14:52:07 2016 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.19.1'
+version = '0.1.20'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()