Skip to content

Commit 4e5e14b

Browse files
author
Matthias Brehler
committed
Bump version to differentiate from mainline
Since the pull request for changes has not been merged, enable differentiating which jsonpath-ng is installed. Change-Id: If42cb8aafbb79c8bc7b07a54473eb6ba8da9f50e
1 parent a70339f commit 4e5e14b

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.5.2'
6+
__version__ = '1.5.2.1'

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.5.2',
7+
version='1.5.2.1',
88
description=(
99
'A final implementation of JSONPath for Python that aims to be '
1010
'standard compliant, including arithmetic and binary comparison '

0 commit comments

Comments
 (0)