branch | doc-dc |
changeset 650 | 927afb26b1ce |
parent 542 | 782b0d0dcba0 |
child 564 | 36062350d768 |
--- a/setup.py Fri Apr 27 12:00:07 2018 +0200 +++ b/setup.py Wed May 16 14:06:28 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.13' +version = '0.1.14' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []