changeset 80 | e431dcf09302 |
parent 77 | 64ec283e0969 |
child 83 | de6793899993 |
--- a/setup.py Fri Oct 05 15:11:29 2018 +0200 +++ b/setup.py Tue Oct 09 16:21:02 2018 +0200 @@ -27,7 +27,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.16' +version = '0.1.17' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []