diff -r c062ab4db6cd -r 783188a98bcb setup.py --- a/setup.py Wed Jun 26 10:39:34 2019 +0200 +++ b/setup.py Wed Jun 26 11:12:00 2019 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.31' +version = '0.1.32' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [