diff --git a/README.md b/README.md index 485d528..c98e4c0 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ scripts\iti.cmd install ```toml dependencies = [ - "iti-flask @ git+ssh://git@your-git/iTi/iTi-Flask.git@v0.2.0", + "iti-flask @ git+ssh://git@your-git/iTi/iTi-Flask.git@v0.2.1", ] ``` diff --git a/copier.yml b/copier.yml index e408170..c72944e 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.0 + default: v0.2.1 include_system: type: bool diff --git a/iti/__about__.py b/iti/__about__.py index cfc734b..5eb93a5 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.0" +__version__ = "0.2.1"