branch | dev-dc |
changeset 178 | 5276328160b3 |
parent 168 | 71aeef3a5432 |
child 189 | a948e0a00f5c |
--- a/setup.py Fri Oct 05 14:13:25 2018 +0200 +++ b/setup.py Tue Oct 09 16:37:24 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.10' +version = '0.1.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []