diff -r e776ded97d52 -r 635b1a1edf16 setup.py --- a/setup.py Tue May 14 23:09:46 2013 +0200 +++ b/setup.py Wed May 15 10:27:05 2013 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.4.2' +version = '0.4.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [