diff -r 6a8890f9c810 -r 9b174c5d1b70 setup.py --- a/setup.py Wed Oct 24 15:52:37 2018 +0200 +++ b/setup.py Wed Oct 24 16:35:29 2018 +0200 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.23' +version = '0.1.24' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []