changeset 6 | 70c840b24840 |
parent 2 | 9c54d3792816 |
child 9 | d01adb2493f0 |
--- a/setup.py Thu Jun 01 16:47:58 2017 +0200 +++ b/setup.py Thu Jun 01 16:50:52 2017 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.0' +version = '0.1.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []