diff -r f7a32a10787c -r 351dabbee2f7 setup.py --- a/setup.py Mon Dec 10 15:34:39 2018 +0100 +++ b/setup.py Mon Dec 10 15:53:23 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.19' +version = '0.1.20' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []