diff -r 29ffc22ece57 -r d8e63b05150e setup.py --- a/setup.py Sun Dec 30 18:11:35 2018 +0100 +++ b/setup.py Sun Dec 30 18:11:52 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.22' +version = '0.1.23' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []