diff --git a/installer.cfg b/installer.cfg index 6e4c187..5887bf1 100644 --- a/installer.cfg +++ b/installer.cfg @@ -1,6 +1,6 @@ [Application] name=wcf-http-server -version=39.2.4.1.8 +version=39.2.4.1.10 entry_point=wcf_http.main:main extra_preamble=src/wcf_http/preamble.py # Optional, provide an icon if available diff --git a/pyproject.toml b/pyproject.toml index 1630488..22e442c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wcf-http-server" -version = "39.2.4.1.8" +version = "39.2.4.1.10" description = "一个玩微信的工具" authors = ["sean "] readme = "README.md"