From 1cec7130178cce0b3650a2547d6d9590b5a48709 Mon Sep 17 00:00:00 2001 From: Doruk Ozturk Date: Tue, 15 Oct 2024 09:23:17 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.3=20=E2=86=92=200.11.0?= 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 275dbd2..4ecfbf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hardeneks" -version = "0.10.3" +version = "0.10.5" description = "" authors = ["Doruk Ozturk "] readme = "README.md" @@ -41,7 +41,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "0.10.3" +version = "0.11.0" version_files = [ "pyproject.toml:[tool.commitizen]\nversion", "pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",