From 48977da6a01e8d04b40562eece263adf230be349 Mon Sep 17 00:00:00 2001 From: Juan Esteban Villa Duarte Date: Wed, 23 Oct 2024 20:46:35 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.4=20=E2=86=92=201.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 07fd07a..4ddb8cc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.0.5 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 605824b..e16f482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.0.4" +version = "1.0.5" description = "CICD Core Scripts" authors = ["B "] license = "Apache 2.0" @@ -67,5 +67,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.4"] +requires = ["poetry-core>=1.0.5"] build-backend = "poetry.core.masonry.api"