setup.py
changeset 200 36542eceb7c4
parent 197 3d3dc44d9535
child 206 0e48f5a82d32
--- a/setup.py	Tue Oct 08 09:23:48 2019 +0200
+++ b/setup.py	Tue Oct 08 17:18:53 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.26'
+version = '0.1.26.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []