changeset 21 | dc24c94058da |
parent 17 | 21b836971c56 |
child 28 | 874cc6118634 |
--- a/setup.py Tue Jan 19 10:27:45 2016 +0100 +++ b/setup.py Tue Jan 19 10:29:01 2016 +0100 @@ -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 = []