Skip to content

Commit 51d122a

Browse files
committed
feat(version): bump to 1,5.0
1 parent a35b876 commit 51d122a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setuptools.setup(
66
name='jsonpath-ng',
7-
version='1.4.3',
7+
version='1.5.0',
88
description=(
99
'A final implementation of JSONPath for Python that aims to be '
1010
'standard compliant, including arithmetic and binary comparison '
@@ -31,10 +31,9 @@
3131
'License :: OSI Approved :: Apache Software License',
3232
'Programming Language :: Python :: 2.7',
3333
'Programming Language :: Python :: 3',
34-
'Programming Language :: Python :: 3.2',
35-
'Programming Language :: Python :: 3.3',
36-
'Programming Language :: Python :: 3.4',
3734
'Programming Language :: Python :: 3.5',
3835
'Programming Language :: Python :: 3.6',
36+
'Programming Language :: Python :: 3.7',
37+
'Programming Language :: Python :: 3.8',
3938
],
4039
)

0 commit comments

Comments
 (0)