diff -r 0acae95be0bd -r 00269ed7ab5e setup.py --- a/setup.py Tue Jan 19 10:33:11 2016 +0100 +++ b/setup.py Tue Jan 19 10:35:32 2016 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.1' +version = '0.1.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []