changeset 953 | 20c85661ff35 |
parent 876 | 233fbe2abe82 |
child 957 | 27c643fea2b4 |
--- a/setup.py Tue Sep 18 16:05:28 2018 +0200 +++ b/setup.py Tue Sep 18 16:28:38 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.17' +version = '0.1.18' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []