setup.py
changeset 183 522b35db2d24
parent 175 69ab0b9b2566
child 190 9e329a7ec7bf
--- a/setup.py	Fri Oct 14 12:19:10 2016 +0200
+++ b/setup.py	Fri Oct 14 12:21:30 2016 +0200
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.23'
+version = '0.1.24'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()