Bump to v39.0.2

This commit is contained in:
Changhua
2023-07-16 23:32:28 +08:00
parent 60be22aca5
commit bda368c488
7 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ setup(
"setuptools",
"fastapi",
"uvicorn[standard]",
"wcferry>=39.0.1.0",
"wcferry>=39.0.2.0",
],
classifiers=[
"Environment :: Win32 (MS Windows)",
+1 -1
View File
@@ -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):