summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',