setup.py
changeset 194 723f102ab397
parent 190 9e329a7ec7bf
child 198 96b8eecdaabb
--- a/setup.py	Fri Mar 10 13:19:03 2017 +0100
+++ b/setup.py	Fri Mar 10 13:19:20 2017 +0100
@@ -8,7 +8,7 @@
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt')
 
-version = '0.1.25'
+version = '0.1.26'
 long_description = open(README).read() + '\n\n' + \
                    open(CONTRIBS).read() + '\n\n' + \
                    open(HISTORY).read()