Update wcferry to 37.1.25.5

This commit is contained in:
Changhua 2023-05-20 08:06:15 +08:00
parent d30967794e
commit f94cf0c28f
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ setup(
"setuptools",
"fastapi",
"uvicorn[standard]",
"wcferry==37.1.25.2",
"wcferry==37.1.25.5",
],
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__ = "37.1.25.4"
__version__ = "37.1.25.5"
class Msg(BaseModel):