changeset 270 | 93cc93070878 |
parent 267 | f77dafa1a966 |
child 273 | 8bd3d7b56bda |
--- a/setup.py Fri Oct 04 19:13:14 2019 +0200 +++ b/setup.py Fri Oct 04 19:15:53 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.27' +version = '0.1.27.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []