diff --git a/pyproject.toml b/pyproject.toml index eb90942..04314ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "poetry-core" ] [tool.poetry] name = "api-response-shaper" -version = "1.0.0" +version = "1.1.0" description = "An essential package for structuring and optimizing your API responses." authors = [ "ARYAN-NIKNEZHAD ", "MEHRSHAD-MIRSHEKARY " ] license = "MIT" @@ -239,7 +239,7 @@ B104 = { check_typed_list = true } [tool.commitizen] name = "cz_conventional_commits" -version = "1.0.0" +version = "1.1.0" tag_format = "v$version" [tool.commitizen.settings]