From 9f85aa2244836413891f0e64c7e8ed287a320573 Mon Sep 17 00:00:00 2001 From: andarius Date: Mon, 21 Nov 2022 09:45:30 +0000 Subject: [PATCH] =?UTF-8?q?release=200.4.9=20=E2=86=92=200.4.10=20[skip=20?= =?UTF-8?q?ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"