Skip to content

Commit

Permalink
Bump version: 1.7.1 → 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Guerra committed Jan 8, 2025
1 parent ea57437 commit 62c2008
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonpath_ng/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@


# Current package version
__version__ = '1.7.1'
__version__ = '1.7.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='dg-jsonpath-ng',
version='1.7.1',
version='1.7.2',
description=(
'A final implementation of JSONPath for Python that aims to be '
'standard compliant, including arithmetic and binary comparison '
Expand Down

0 comments on commit 62c2008

Please sign in to comment.