changeset 21 | d1946c8a78b5 |
parent 17 | e0f68180c712 |
child 24 | 5ea89334a159 |
--- a/setup.py Thu Dec 10 16:13:40 2020 +0100 +++ b/setup.py Thu Dec 10 16:23:55 2020 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.42' +version = '0.1.43' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []