diff --git a/README.md b/README.md index 183921f..43e77e1 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ AI 修改本项目时优先读: ```toml dependencies = [ - "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.2", - "iti-system @ git+https://git.noahlan.cn/iti-framework/iTi-System.git@v0.2.2", + "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", ] ``` @@ -97,12 +97,12 @@ uv run pytest -q ```bash ./iti-system.sh release -./iti-system.sh release v0.2.2 +./iti-system.sh release v0.2.4 ``` Windows: ```bat iti-system.cmd release -iti-system.cmd release v0.2.2 +iti-system.cmd release v0.2.4 ``` diff --git a/pyproject.toml b/pyproject.toml index 0a3f08d..be7b9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ iti_system = [ ] [tool.uv.sources] -iti-flask = { git = "https://git.noahlan.cn/iti-framework/iTi-Flask.git", tag = "v0.2.2" } +iti-flask = { git = "https://git.noahlan.cn/iti-framework/iTi-Flask.git", tag = "v0.2.4" } [tool.pytest.ini_options] testpaths = ["tests"]