From 655b6c0df52964d3e33fcf4ecf9faad55ca04bb1 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Thu, 29 May 2025 11:08:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.26=20=E2=86=92=200.1.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- .version | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index df01dcd..ede214a 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.26" +current_version = "0.1.27" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/.version b/.version index 3c72f97..52b9020 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.1.26 \ No newline at end of file +0.1.27 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b31586a..4fbc0a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workflowbumptester" -version = "0.1.26" +version = "0.1.27" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"