Skip to content

Commit 7886857

Browse files
committed
feat(version): bump to v1.4.2
1 parent d0dab07 commit 7886857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonpath_ng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
# Current package version
6-
__version__ = '1.4.1'
6+
__version__ = '1.4.2'

setup.py

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

55
setuptools.setup(
66
name='jsonpath-ng',
7-
version='1.4.1',
7+
version='1.4.2',
88
description=(
99
'A robust and significantly extended implementation '
1010
'of JSONPath for Python, with a clear AST for metaprogramming.'

0 commit comments

Comments
 (0)