chore(python): bump to v39.5.1.0

This commit is contained in:
Changhua 2025-04-20 07:34:40 +08:00
parent 3920095308
commit 09d1e4514f
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
## 版本更新
### v39.5.0.0
* 适配 `3.9.12.51`
### v39.5.1.0
* Bug 修复
<details><summary>点击查看更多</summary>

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
__version__ = "39.5.0.0"
__version__ = "39.5.1.0"
import atexit
import base64