From 6be08bb0cfd4423fa37b015ef122edc9cdf29273 Mon Sep 17 00:00:00 2001 From: NoahLan <6995syu@163.com> Date: Sun, 10 May 2026 04:11:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83=20v0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5a7ec3..cd8110b 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ ```toml dependencies = [ - "iti-flask @ git+ssh://git@example.com/iTi-Flask.git@v0.1.1", - "iti-system @ git+ssh://git@example.com/iTi-System.git@v0.1.1", + "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", ] ``` diff --git a/pyproject.toml b/pyproject.toml index 0b466a6..f8e8ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "iti-system" -version = "0.1.1" +version = "0.2.0" description = "Reusable system-domain package for iTi-Flask applications." readme = "README.md" requires-python = ">=3.11"