diff --git a/README.md b/README.md index 43e77e1..2900493 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ AI 修改本项目时优先读: ```toml dependencies = [ "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.4", - "iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.2.3", + "iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.2.4", ] ``` diff --git a/iti_system/__about__.py b/iti_system/__about__.py index 27482d2..60c656e 100644 --- a/iti_system/__about__.py +++ b/iti_system/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2025-present NoahLan <6995syu@163.com> # # SPDX-License-Identifier: MIT -__version__ = "0.2.2" +__version__ = "0.2.4"