From ce30603d4df7a53b4002e9e45e6d6fdcd48e0e4e Mon Sep 17 00:00:00 2001 From: Doruk Ozturk Date: Mon, 24 Jul 2023 15:28:47 -0400 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.10.0=20=E2=86=92=200.10.1?= 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 409e425..08ef24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hardeneks" -version = "0.10.0" +version = "0.10.1" description = "" authors = ["Doruk Ozturk "] readme = "README.md" @@ -41,7 +41,7 @@ exclude = ''' [tool.commitizen] name = "cz_conventional_commits" -version = "0.10.0" +version = "0.10.1" version_files = [ "pyproject.toml:[tool.commitizen]\nversion", "pyproject.toml:[tool.poetry]\nname = \"commitizen\"\nversion",