diff -r 96079b5bdc1f -r 35d95d221249 setup.py --- 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 = [