diff -r 53dc81f933ed -r 985534bc6ab9 setup.py --- a/setup.py Thu Jan 11 16:57:23 2018 +0100 +++ b/setup.py Sun Jan 14 15:01:21 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.9' +version = '0.1.10' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [