From ab6b2197dacd0bcd39ad272f7f3a4f1501ebe70a Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sat, 16 May 2026 20:13:39 +0800 Subject: [PATCH] chore: release v0.2.4 --- README.md | 2 +- iti_system/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"