setup.py
changeset 197 3d3dc44d9535
parent 192 f50793e3992f
child 200 36542eceb7c4
--- a/setup.py	Fri Oct 04 13:37:08 2019 +0200
+++ b/setup.py	Fri Oct 04 19:15:15 2019 +0200
@@ -24,7 +24,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 = []