diff -r 6befdc90c967 -r 4a3edf1097c5 setup.py --- a/setup.py Mon Oct 29 17:15:06 2018 +0100 +++ b/setup.py Tue Oct 30 12:29:52 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.19.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []