Skip to content

Commit

Permalink
chore: bump version to 16.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TimG233 committed Feb 6, 2024
1 parent d3b7ab5 commit 5860c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bilibili_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
audio_uploader,
)

BILIBILI_API_VERSION = "16.1.2"
BILIBILI_API_VERSION = "16.2.0"

# 如果系统为 Windows,则修改默认策略,以解决代理报错问题
if "windows" in platform.system().lower():
Expand Down

1 comment on commit 5860c6f

@z0z0r4
Copy link
Collaborator

@z0z0r4 z0z0r4 commented on 5860c6f Feb 7, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

草,我以为这个能自动改了:(

Please sign in to comment.