From 8274797c94f2fb95421349e97d285030bb286168 Mon Sep 17 00:00:00 2001 From: hect0x7 <93357912+hect0x7@users.noreply.github.com> Date: Sat, 8 Mar 2025 23:23:28 +0800 Subject: [PATCH] =?UTF-8?q?v2.5.31:=20pip=E5=8C=85=E6=94=AF=E6=8C=81python?= =?UTF-8?q?3.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 + src/jmcomic/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ee04dd9..bf95cb9 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ setup( "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Operating System :: Microsoft :: Windows", diff --git a/src/jmcomic/__init__.py b/src/jmcomic/__init__.py index 3b7a647..39f6cc3 100644 --- a/src/jmcomic/__init__.py +++ b/src/jmcomic/__init__.py @@ -2,7 +2,7 @@ # 被依赖方 <--- 使用方 # config <--- entity <--- toolkit <--- client <--- option <--- downloader -__version__ = '2.5.30' +__version__ = '2.5.31' from .api import * from .jm_plugin import *