diff -r b73c7111a74d -r 30d575fef7df setup.py --- a/setup.py Thu Oct 15 15:35:34 2015 +0200 +++ b/setup.py Thu Oct 15 15:36:20 2015 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.2' +version = '0.1.3' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []