8000 Version 1.3.0 · cdent/python-jsonpath-rw@1934382 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1934382

Browse files
committed
Version 1.3.0
1 parent 60172ee commit 1934382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonpath_rw/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .jsonpath import *
22
from .parser import parse
33

4-
__version__ = '1.2.3'
4+
__version__ = '1.3.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='jsonpath-rw',
9-
version='1.2.3',
9+
version='1.3.0',
1010
description='A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.',
1111
author='Kenneth Knowles',
1212
author_email='kenn.knowles@gmail.com',

0 commit comments

Comments
 (0)
0