setup.py
changeset 192 f50793e3992f
parent 189 8decb05718fe
child 197 3d3dc44d9535
--- a/setup.py	Wed Oct 02 10:51:59 2019 +0200
+++ b/setup.py	Wed Oct 02 10:53:20 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.25'
+version = '0.1.25.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []