diff -r ffa98c18e909 -r a5e0b9dad574 setup.py --- a/setup.py Thu Dec 05 11:58:08 2013 +0100 +++ b/setup.py Thu Dec 05 11:58:22 2013 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.7' +version = '0.4.8' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [