diff -r 56fc7fc505d3 -r 19019589cc19 setup.py --- a/setup.py Wed Oct 07 17:48:53 2015 +0200 +++ b/setup.py Wed Oct 07 17:50:26 2015 +0200 @@ -25,7 +25,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 = [