diff -r c682811fa1ea -r a28a08bb2d4e setup.py --- a/setup.py Tue Oct 01 12:04:20 2019 +0200 +++ b/setup.py Wed Oct 02 10:54:19 2019 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.53' +version = '0.1.54' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []