Bump to v39.0.2
This commit is contained in:
@@ -33,7 +33,7 @@ setup(
|
||||
"setuptools",
|
||||
"fastapi",
|
||||
"uvicorn[standard]",
|
||||
"wcferry>=39.0.1.0",
|
||||
"wcferry>=39.0.2.0",
|
||||
],
|
||||
classifiers=[
|
||||
"Environment :: Win32 (MS Windows)",
|
||||
|
||||
@@ -12,7 +12,7 @@ from fastapi import Body, Query, FastAPI
|
||||
from pydantic import BaseModel
|
||||
from wcferry import Wcf, WxMsg
|
||||
|
||||
__version__ = "39.0.1.0"
|
||||
__version__ = "39.0.2.0"
|
||||
|
||||
|
||||
class Msg(BaseModel):
|
||||
|
||||
@@ -128,7 +128,7 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
|
||||
|
||||
## 版本更新
|
||||
|
||||
### 39.0.1.0 (2023.07.16)
|
||||
### 39.0.2.0 (2023.07.16)
|
||||
* 获取朋友圈消息
|
||||
|
||||
<details><summary>点击查看更多</summary>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = "39.0.1.0"
|
||||
__version__ = "39.0.2.0"
|
||||
|
||||
import atexit
|
||||
import base64
|
||||
|
||||
Reference in New Issue
Block a user