diff --git a/setup.py b/setup.py index 5681ce5..d398546 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ URL = 'https://github.com/miloira/wxhook' EMAIL = '690126048@qq.com' AUTHOR = 'Msky' REQUIRES_PYTHON = '>=3.8.0' -VERSION = '0.0.9' +VERSION = '0.0.10' # What packages are required for this module to be executed? REQUIRED = [ diff --git a/wxhook/__init__.py b/wxhook/__init__.py index 1321124..eb552e1 100644 --- a/wxhook/__init__.py +++ b/wxhook/__init__.py @@ -1,3 +1,3 @@ from .core import Bot -version = "0.0.9" +version = "0.0.10" diff --git a/wxhook/tools/start-wechat.exe b/wxhook/tools/start-wechat.exe index 20b9762..e8ffd4e 100644 Binary files a/wxhook/tools/start-wechat.exe and b/wxhook/tools/start-wechat.exe differ