v39.0.2.1

This commit is contained in:
Changhua 2023-08-03 00:50:35 +08:00
parent e6b6a0967c
commit 68a8e72926
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ setup(
"setuptools",
"fastapi",
"uvicorn[standard]",
"wcferry>=39.0.2.0",
"wcferry>=39.0.2.1",
],
classifiers=[
"Environment :: Win32 (MS Windows)",

View File

@ -12,7 +12,7 @@ from fastapi import Body, Query, FastAPI
from pydantic import BaseModel
from wcferry import Wcf, WxMsg
__version__ = "39.0.2.0"
__version__ = "39.0.2.1"
class Msg(BaseModel):