From ed5193c3d38b01d9fcba3c2c698410245f26b5b7 Mon Sep 17 00:00:00 2001 From: B Date: Sun, 27 Oct 2024 11:23:13 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Bump=20version:=201.0.12=20?= =?UTF-8?q?=E2=86=92=201.0.13?= 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 3cee761..ac647bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.12 +current_version = 1.0.13 commit = True tag = False diff --git a/pyproject.toml b/pyproject.toml index 5c46c7a..16e97b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scripts" -version = "1.0.12" +version = "1.0.13" description = "CICD Core Scripts" authors = ["B "] license = "Apache 2.0" @@ -71,5 +71,5 @@ ensure_newline_before_comments = true rcfile = ".pylintrc" [build-system] -requires = ["poetry-core>=1.0.12"] +requires = ["poetry-core>=1.0.13"] build-backend = "poetry.core.masonry.api"