setup.py
changeset 261 6006100e6793
parent 254 7424b3c0bcaf
child 264 492c2e287d5b
--- a/setup.py	Tue Mar 26 14:07:04 2019 +0100
+++ b/setup.py	Wed Mar 27 09:04:28 2019 +0100
@@ -22,7 +22,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 = []