diff -r 94a457eeaeaa -r 8ef3fd11a05b setup.py --- a/setup.py Fri Oct 19 17:18:42 2018 +0200 +++ b/setup.py Tue Oct 23 12:07:32 2018 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.20' +version = '0.1.21' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [