diff -r 06b84cd42bf3 -r 6baaa4ce8a60 setup.py --- a/setup.py Mon Oct 29 16:50:51 2018 +0100 +++ b/setup.py Tue Oct 30 12:26:20 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.21' +version = '0.1.22' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [