setup.py
changeset 151 9863acd4f318
parent 147 73d8de7b1359
child 154 301848299b79
--- a/setup.py	Fri Mar 01 14:28:33 2019 +0100
+++ b/setup.py	Fri Mar 01 14:35:03 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.25.1'
+version = '0.1.26'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []