diff -r ebef14b037b3 -r 3e819a356396 setup.py --- a/setup.py Fri Oct 04 19:09:51 2019 +0200 +++ b/setup.py Fri Oct 04 19:17:10 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.43' +version = '0.1.43.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []