From 1786acdfdf1df43dbbf68c8aa7c5c7ce6b92edef Mon Sep 17 00:00:00 2001 From: hect0x7 <93357912+hect0x7@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:13:11 +0800 Subject: [PATCH] =?UTF-8?q?v2.4.13:=20=E8=B7=9F=E8=BF=9B=E7=BD=91=E9=A1=B5?= =?UTF-8?q?=E7=AB=AF=E7=9A=84=E6=AD=A3=E5=88=99=E8=A1=A8=E8=BE=BE=E5=BC=8F?= =?UTF-8?q?=EF=BC=8C=E5=AE=8C=E5=96=84=E3=80=90=E5=A4=9A=E5=9B=BE=E5=90=88?= =?UTF-8?q?=E5=B9=B6pdf=E3=80=91=E6=8F=92=E4=BB=B6=E7=9A=84=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E7=BB=86=E8=8A=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/jmcomic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *