setup.py
changeset 264 492c2e287d5b
parent 261 6006100e6793
child 267 f77dafa1a966
--- a/setup.py	Fri Jul 26 12:50:02 2019 +0200
+++ b/setup.py	Fri Jul 26 19:18:41 2019 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.25'
+version = '0.1.26'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []