diff --git a/src/jmcomic/__init__.py b/src/jmcomic/__init__.py index 0f54241c..63f57bc4 100644 --- a/src/jmcomic/__init__.py +++ b/src/jmcomic/__init__.py @@ -2,7 +2,7 @@ # 被依赖方 <--- 使用方 # config <--- entity <--- toolkit <--- client <--- option <--- downloader -__version__ = '2.4.12' +__version__ = '2.4.13' from .api import * from .jm_plugin import *