diff options
| author | Kenn Knowles <kenn.knowles@gmail.com> | 2013-02-15 13:05:22 -0500 |
|---|---|---|
| committer | Kenn Knowles <kenn.knowles@gmail.com> | 2013-02-15 13:05:22 -0500 |
| commit | 340e4500ad66a84a987a768d3cd3f37c0e5c5c27 (patch) | |
| tree | b95fb72b74ef5be0dcf21f0361a2c73909b1115a | |
| parent | 14c60d3f21158067a1a5d551b636d43e134c3027 (diff) | |
| download | jsonpath-rw-0.2.tar.gz | |
Bump version0.2
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ if not os.path.exists('README.txt'): setuptools.setup( name='jsonpath-rw', - version='0.1', + version='0.2', description='A robust and extended implementation of JSONPath with read and update capability, and a clear AST', author='Kenneth Knowles', author_email='kenn.knowles@gmail.com', |
