We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dab07 commit 7886857Copy full SHA for 7886857
jsonpath_ng/__init__.py
@@ -3,4 +3,4 @@
3
4
5
# Current package version
6
-__version__ = '1.4.1'
+__version__ = '1.4.2'
setup.py
@@ -4,7 +4,7 @@
setuptools.setup(
name='jsonpath-ng',
7
- version='1.4.1',
+ version='1.4.2',
8
description=(
9
'A robust and significantly extended implementation '
10
'of JSONPath for Python, with a clear AST for metaprogramming.'
0 commit comments