changeset 9 | 27631588832b |
parent 5 | 5f2fa7035821 |
child 13 | 173d6e8e62e2 |
--- a/setup.py Wed Jul 12 12:14:20 2017 +0200 +++ b/setup.py Thu Jul 13 10:57:38 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.1' +version = '0.1.2' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []