Skip to content

Commit c964070

Browse files
committed
feat(version): bump
1 parent 897a18f commit c964070

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.0'
6+
__version__ = '1.4.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.0.0',
7+
version='1.4.1',
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)