From 82b3daa9a43e270777b35d4bfe3327222f750d3b Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sat, 16 May 2026 02:03:34 +0800 Subject: [PATCH] chore: release v0.2.1 --- README.md | 2 +- iti_system/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b52c48..c82c67a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ AI 修改本项目时优先读: ```toml dependencies = [ "iti-flask @ git+ssh://git@example.com/iTi-Flask.git@v0.2.0", - "iti-system @ git+ssh://git@example.com/iTi-System.git@v0.2.0", + "iti-system @ git+ssh://git@example.com/iTi-System.git@v0.2.1", ] ``` diff --git a/iti_system/__about__.py b/iti_system/__about__.py index cfc734b..5eb93a5 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.0" +__version__ = "0.2.1"