setup.py
changeset 454 85b7d96978a1
parent 451 93d0fece5b1e
child 458 35d44d3735bf
--- a/setup.py	Mon Oct 29 15:46:24 2018 +0100
+++ b/setup.py	Tue Oct 30 12:28:25 2018 +0100
@@ -25,7 +25,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 = []