From dfabdc51340d5c927810b6a98344cb74db609f93 Mon Sep 17 00:00:00 2001 From: Juan Esteban Villa Duarte Date: Wed, 23 Oct 2024 21:17:13 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.7=20=E2=86=92=201.0.8?= 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 362b9d2..af6f5b7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.7 +current_version = 1.0.8 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 3977e56..7c31b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.0.7" +version = "1.0.8" description = "CICD Core Scripts" authors = ["B "] license = "Apache 2.0" @@ -68,5 +68,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.7"] +requires = ["poetry-core>=1.0.8"] build-backend = "poetry.core.masonry.api"