changeset 210 | 8c92bf83518d |
parent 204 | 745782a20c6c |
child 213 | 4a3edf1097c5 |
--- a/setup.py Tue Oct 23 10:47:36 2018 +0200 +++ b/setup.py Tue Oct 23 12:13:32 2018 +0200 @@ -22,7 +22,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 = []