diff -r db8fb3619742 -r 6e7c7a4c40ed setup.py --- a/setup.py Wed Jan 02 20:30:11 2019 +0100 +++ b/setup.py Thu Jan 03 17:50:58 2019 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.23' +version = '0.1.23.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []