diff -r 3a4769b6dbcd -r 1ad40ab71077 setup.py --- a/setup.py Tue Jan 16 17:50:57 2018 +0100 +++ b/setup.py Fri Jan 26 17:17:46 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 = []