changeset 979 | 5e51b05a38fa |
parent 960 | a9bcf47e9754 |
child 982 | 33e3a44c50b3 |
--- a/setup.py Tue Sep 25 11:23:25 2018 +0200 +++ b/setup.py Tue Sep 25 11:35:15 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.18.2' +version = '0.1.19' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []