Skip to content

Commit

Permalink
更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
moyanj committed Nov 15, 2024
1 parent c2b1ad3 commit 11cd13e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alist/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, endpoint: str):
pf = platform().split("-")

self.headers = {
"User-Agent": f"AListSDK/1.3.2 (Python{ver};{pf[3]}) {pf[0]}/{pf[1]}",
"User-Agent": f"AListSDK/1.3.3 (Python{ver};{pf[3]}) {pf[0]}/{pf[1]}",
"Content-Type": "application/json",
"Authorization": "",
}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="alist3",
version="1.3.2",
version="1.3.3",
description="AListV3 PythonSDK",
author="MoYan",
author_email="[email protected]",
Expand Down

0 comments on commit 11cd13e

Please sign in to comment.