diff -r e5dfdb14f9cb -r 5df53dbacc2e setup.py --- 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 = []