diff -r 73ca3a7bc4e5 -r d1946c8a78b5 setup.py --- a/setup.py Thu Dec 10 16:13:40 2020 +0100 +++ b/setup.py Thu Dec 10 16:23:55 2020 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.42' +version = '0.1.43' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []