changeset 320 | d8e63b05150e |
parent 317 | 46c78cc30b74 |
child 330 | 143f661e27e2 |
--- 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 = []