We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35b876 commit 51d122aCopy full SHA for 51d122a
setup.py
@@ -4,7 +4,7 @@
4
5
setuptools.setup(
6
name='jsonpath-ng',
7
- version='1.4.3',
+ version='1.5.0',
8
description=(
9
'A final implementation of JSONPath for Python that aims to be '
10
'standard compliant, including arithmetic and binary comparison '
@@ -31,10 +31,9 @@
31
'License :: OSI Approved :: Apache Software License',
32
'Programming Language :: Python :: 2.7',
33
'Programming Language :: Python :: 3',
34
- 'Programming Language :: Python :: 3.2',
35
- 'Programming Language :: Python :: 3.3',
36
- 'Programming Language :: Python :: 3.4',
37
'Programming Language :: Python :: 3.5',
38
'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
39
],
40
)
0 commit comments