diff -r 21453aabc61f -r ab62ab8fbcd3 setup.py --- a/setup.py Wed Jan 27 15:31:02 2021 +0100 +++ b/setup.py Wed Jan 27 16:11:32 2021 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.29' +version = '0.1.30' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []