diff -r 9fe15f541572 -r fd5c3b0c68d1 setup.py --- a/setup.py Wed Oct 16 13:01:12 2019 +0200 +++ b/setup.py Wed Oct 16 18:49:11 2019 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.36' +version = '0.1.37' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []