From b997ae003031ef7248ff0b6d6da068516517c98d Mon Sep 17 00:00:00 2001 From: andarius Date: Sat, 26 Nov 2022 18:56:32 +0000 Subject: [PATCH] =?UTF-8?q?release=200.4.13=20=E2=86=92=200.4.14=20[skip?= =?UTF-8?q?=20ci]?= 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 80ba539..c6d6101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app-utils" -version = "0.4.13" +version = "0.4.14" description = "" authors = ["Julien Brayere "] @@ -20,7 +20,7 @@ pytest-cov = "^4.0.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.4.13" +version = "0.4.14" tag_format = "$version" version_files = [ "pyproject.toml:version"