summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenn Knowles <kenn@kennknowles.com>2015-04-18 18:47:53 -0700
committerKenn Knowles <kenn@kennknowles.com>2015-04-18 18:47:53 -0700
commit5a4b2c7053ceeb1ea5d30abb019dfb7b2c2e31bb (patch)
treec7af9ea4e469312040f9c93ff001e1680a967b43
parent0eb218e20da47bdbfb167082dcfdcde0f0786fd8 (diff)
downloadjsonpath-rw-5a4b2c7053ceeb1ea5d30abb019dfb7b2c2e31bb.tar.gz
Version 1.4.01.4.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4f09dbe..8108124 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ import subprocess
setuptools.setup(
name='jsonpath-rw',
- version='1.3.0',
+ version='1.4.0',
description='A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.',
author='Kenneth Knowles',
author_email='kenn.knowles@gmail.com',