diff -r 9ba6513cac4e -r 5a012d5b4d68 setup.py --- a/setup.py Thu Feb 14 16:29:53 2019 +0100 +++ b/setup.py Thu Feb 14 17:44:38 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.45' +version = '0.1.46' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []