setup.py
changeset 1052 5df53dbacc2e
parent 1043 18aaa69eee31
child 1055 fb31161cac2d
--- a/setup.py	Tue Oct 30 12:23:41 2018 +0100
+++ b/setup.py	Tue Oct 30 12:31:12 2018 +0100
@@ -24,7 +24,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 = []