diff -r 7b276ad65112 -r 3a3770308130 setup.py --- a/setup.py Thu Oct 18 14:51:48 2018 +0200 +++ b/setup.py Tue Oct 23 12:10:39 2018 +0200 @@ -25,7 +25,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 = []