changeset 70 | 913c991fe861 |
parent 65 | a165a04015a0 |
child 74 | d274d856e6df |
--- a/setup.py Wed Jun 13 12:30:28 2018 +0200 +++ b/setup.py Wed Jun 13 12:31:05 2018 +0200 @@ -25,7 +25,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 = []