v39.0.0.0

This commit is contained in:
Changhua 2023-07-13 23:49:30 +08:00
parent 0b6961f53a
commit b0a2027000
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -10,7 +10,7 @@ from fastapi import Body, FastAPI
from pydantic import BaseModel
from wcferry import Wcf, WxMsg
__version__ = "39.0.0.0a3"
__version__ = "39.0.0.0"
class Msg(BaseModel):