changeset 100 | 3e62141c340f |
parent 97 | 6f8fdaa85ee8 |
child 104 | 58046407a90f |
--- a/setup.py Tue Oct 23 17:45:53 2018 +0200 +++ b/setup.py Wed Oct 24 16:36:05 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 = []