diff -r 8690c101d070 -r da12902f2dc9 setup.py --- a/setup.py Tue Dec 01 09:10:57 2020 +0100 +++ b/setup.py Tue Dec 01 09:20:22 2020 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.54' +version = '0.1.54.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []