diff -r 8046e05b206d -r 56cbd405769f setup.py --- a/setup.py Tue Oct 23 11:00:50 2018 +0200 +++ b/setup.py Tue Oct 23 12:14:53 2018 +0200 @@ -24,7 +24,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 = []