branch | dev-dc |
changeset 931 | a2f3b82f93c3 |
parent 876 | 233fbe2abe82 |
child 953 | 20c85661ff35 |
--- a/setup.py Tue Jul 17 15:12:43 2018 +0200 +++ b/setup.py Thu Sep 06 11:27:55 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.16' +version = '0.1.17' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []