changeset 326 | d960e3f90a5e |
parent 323 | 8b0595f306fd |
child 332 | 71606c1dff73 |
--- a/setup.py Thu Feb 14 17:10:08 2019 +0100 +++ b/setup.py Thu Feb 14 17:37:09 2019 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.30' +version = '0.1.30.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [