diff --git a/pyproject.toml b/pyproject.toml index 120c4b3..3aa8c71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app-utils" -version = "0.4.9" +version = "0.4.10" description = "" authors = ["Julien Brayere "] @@ -20,7 +20,7 @@ pytest-cov = "^4.0.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.9" +version = "0.4.10" tag_format = "$version" version_files = [ "pyproject.toml:version"