changeset 87 | d60763890622 |
parent 77 | 646132169662 |
child 90 | 62fa715ef961 |
--- a/setup.py Tue Oct 14 14:39:01 2014 +0200 +++ b/setup.py Tue Oct 14 14:46:45 2014 +0200 @@ -8,7 +8,7 @@ HISTORY = os.path.join(DOCS, 'HISTORY.txt') CONTRIBS = os.path.join(DOCS, 'CONTRIBUTORS.txt') -version = '0.1.7' +version = '0.1.8' long_description = open(README).read() + '\n\n' + \ open(CONTRIBS).read() + '\n\n' + \ open(HISTORY).read()