changeset 501 | c07397edf78f |
parent 498 | 71a595c9a985 |
child 503 | 29368086be32 |
--- a/setup.py Mon Oct 21 11:45:37 2019 +0200 +++ b/setup.py Mon Oct 21 11:49:29 2019 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.45.1' +version = '0.1.46' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []