changeset 428 | fd4b666b5048 |
parent 411 | feea7fa7910f |
child 439 | 3a3770308130 |
--- a/setup.py Tue Oct 09 16:08:34 2018 +0200 +++ b/setup.py Tue Oct 09 16:19:53 2018 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.21' +version = '0.1.22' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []