Skip to content

Commit dc6aea0

Browse files
authored
Merge pull request kennknowles#2 from tomas-fp/master
Bump version and update README notes
2 parents fa21ecd + 2ff2758 commit dc6aea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ About
1111
-----
1212

1313
This library provides a robust and significantly extended implementation
14-
of JSONPath for Python. It is tested with Python 2.6, 2.7, 3.2, 3.3.
14+
of JSONPath for Python. It is tested with Python 2.6, 2.7 & 3.x.
1515

1616
This library differs from other JSONPath implementations in that it is a
1717
full *language* implementation, meaning the JSONPath expressions are

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.2',
7+
version='1.4.3',
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)