chore(python): bump to v39.4.3.0

This commit is contained in:
Changhua 2025-03-15 10:38:46 +08:00
parent 47de98ab38
commit 915cd6fd38
2 changed files with 4 additions and 3 deletions

View File

@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
## 版本更新 ## 版本更新
### v39.4.2.1 ### v39.4.3.0
* 实现视频下载方法 * 实现通过好友申请功能
<details><summary>点击查看更多</summary> <details><summary>点击查看更多</summary>
@ -79,6 +79,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
* 获取朋友圈消息 * 获取朋友圈消息
* 下载图片 * 下载图片
* 解密图片 * 解密图片
* 通过好友申请
* 添加群成员 * 添加群成员
* 删除群成员 * 删除群成员
* 邀请群成员 * 邀请群成员

View File

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