diff -r 3a922963ff75 -r 56e57269116d setup.py --- a/setup.py Tue Oct 30 11:01:08 2018 +0100 +++ b/setup.py Tue Oct 30 12:27:16 2018 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.22' +version = '0.1.22.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []