changeset 83 | bc67813e33a6 |
parent 71 | bfe52e72aa76 |
child 94 | f71fb1a281ef |
--- a/setup.py Fri Jul 20 17:19:57 2018 +0200 +++ b/setup.py Sat Jul 21 03:38:02 2018 +0200 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.11' +version = '0.1.12' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = []