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"