Skip to content

Commit 122fa54

Browse files
committed
feat: bump version v1.0.3
1 parent d05d60d commit 122fa54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jsonpath/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Author : zhangxianbing
33
Date : 2020-12-27 09:22:14
44
LastEditors : zhangxianbing
5-
LastEditTime : 2021-01-13 15:25:25
5+
LastEditTime : 2021-02-07 10:10:55
66
Description : JSONPath
77
"""
8-
__version__ = "1.0.2"
8+
__version__ = "1.0.3"
99
__author__ = "zhangxianbing"
1010

1111
import json

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/zhangxianbing/jsonpath-python",
15-
packages=find_packages(),
15+
packages=find_packages("jsonpath*"),
1616
classifiers=[
1717
"Programming Language :: Python :: 3.6",
1818
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)