diff -r 4eaa52289a1a -r e5f1d2e240ff setup.py --- a/setup.py Thu Jan 03 15:30:15 2019 +0100 +++ b/setup.py Thu Jan 03 17:52:14 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.33' +version = '0.1.33.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []