We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6ef7cf commit 8274797Copy full SHA for 8274797
setup.py
@@ -43,6 +43,7 @@
43
"Programming Language :: Python :: 3.10",
44
"Programming Language :: Python :: 3.11",
45
"Programming Language :: Python :: 3.12",
46
+ "Programming Language :: Python :: 3.13",
47
"Operating System :: MacOS",
48
"Operating System :: POSIX :: Linux",
49
"Operating System :: Microsoft :: Windows",
src/jmcomic/__init__.py
@@ -2,7 +2,7 @@
2
# 被依赖方 <--- 使用方
3
# config <--- entity <--- toolkit <--- client <--- option <--- downloader
4
5
-__version__ = '2.5.30'
+__version__ = '2.5.31'
6
7
from .api import *
8
from .jm_plugin import *
0 commit comments