setup.py
changeset 451 93d0fece5b1e
parent 447 9b174c5d1b70
child 454 85b7d96978a1
--- a/setup.py	Thu Oct 25 15:31:15 2018 +0200
+++ b/setup.py	Fri Oct 26 10:01:41 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.24'
+version = '0.1.25'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []