diff -r 105ed42a4687 -r 85b7d96978a1 setup.py --- a/setup.py Mon Oct 29 15:46:24 2018 +0100 +++ b/setup.py Tue Oct 30 12:28:25 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.25' +version = '0.1.25.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []