diff -r 02a2b18d0ff7 -r d77417cf9e67 setup.py --- a/setup.py Fri Oct 05 10:48:41 2018 +0200 +++ b/setup.py Thu Oct 11 16:18:06 2018 +0200 @@ -24,7 +24,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 = []