diff -r efc6f1991693 -r adf096fcbe10 setup.py --- a/setup.py Mon Jan 11 17:10:01 2021 +0100 +++ b/setup.py Tue Jan 12 13:39:51 2021 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.54.1' +version = '0.1.55' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []