diff -r d08bd461f3f7 -r dabc8ebe131d setup.py --- a/setup.py Mon Oct 07 13:56:35 2013 +0200 +++ b/setup.py Wed Oct 16 14:31:37 2013 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.5' +version = '0.4.6' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [