author | Thierry Florac |
Thu, 20 Oct 2011 01:32:46 +0200 | |
branch | ZTK-1.1 |
changeset 74 | 35d95d221249 |
parent 73 | 96079b5bdc1f |
child 75 | 2a578c0f65bb |
--- a/setup.py Tue Oct 18 08:36:11 2011 +0200 +++ b/setup.py Thu Oct 20 01:32:46 2011 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.0' +version = '0.3.0' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [