summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn.knowles@gmail.com>2013-02-15 13:05:22 -0500
committerKenn Knowles <kenn.knowles@gmail.com>2013-02-15 13:05:22 -0500
commit340e4500ad66a84a987a768d3cd3f37c0e5c5c27 (patch)
treeb95fb72b74ef5be0dcf21f0361a2c73909b1115a
parent14c60d3f21158067a1a5d551b636d43e134c3027 (diff)
downloadjsonpath-rw-0.2.tar.gz
Bump version0.2
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2dd8aa3..a163d15 100644
--- a/setup.py
+++ b/setup.py
@@ -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',