changeset 477 | fa62f9a9e29a |
parent 471 | 2dec0c9e045f |
child 482 | 03d8756a89b3 |
--- a/setup.py Wed Dec 05 16:25:30 2018 +0100 +++ b/setup.py Thu Dec 06 11:25:04 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.28' +version = '0.1.28.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []