changeset 151 | 68601c3a38a6 |
parent 145 | af78f77380e7 |
child 156 | 437f3b783d25 |
--- a/setup.py Tue Oct 09 14:16:16 2018 +0200 +++ b/setup.py Tue Oct 09 16:18:11 2018 +0200 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.18' +version = '0.1.19' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []