diff -r 939b07c63eeb -r 93d0fece5b1e setup.py --- 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 = []