diff -r 50da03e1114f -r 659c6a416426 setup.py --- a/setup.py Wed Oct 24 16:29:46 2018 +0200 +++ b/setup.py Wed Oct 24 16:34:49 2018 +0200 @@ -22,7 +22,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 = []