diff -r 49da29eef086 -r 98e0cb271ae1 setup.py --- a/setup.py Wed Jan 23 20:16:17 2019 +0100 +++ b/setup.py Thu Jan 24 11:38:45 2019 +0100 @@ -24,7 +24,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.41' +version = '0.1.42' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []