diff --git a/README.md b/README.md index 561bb0c..bc0d4a9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ iti.cmd install ```toml dependencies = [ - "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.2", + "iti-flask @ git+https://git.noahlan.cn/iti-framework/iTi-Flask.git@v0.2.3", ] ``` diff --git a/copier.yml b/copier.yml index 4659e47..56fb3d6 100644 --- a/copier.yml +++ b/copier.yml @@ -26,7 +26,7 @@ framework_git: framework_tag: type: str help: iTi-Flask Git tag - default: v0.2.2 + default: v0.2.3 include_system: type: bool diff --git a/iti/__about__.py b/iti/__about__.py index 27482d2..6dd3f0b 100644 --- a/iti/__about__.py +++ b/iti/__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.3"