From f510ea2810777e04c52112b9a0b147f26f1811b7 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Fri, 23 May 2025 17:03:18 +0200 Subject: [PATCH] Bump version from 0.5.2 to 0.1.0 in configuration files --- .bumpversion.toml | 2 +- .version | 1 + pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 4473625..e82841e 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.5.2" +current_version = "0.1.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/.version b/.version index e69de29..2411653 100644 --- a/.version +++ b/.version @@ -0,0 +1 @@ +0.5.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 404513d..00169e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komgapi" -version = "0.5.2" +version = "0.1.0" description = "Add your description here" readme = "README.md" authors = [ -- 2.49.1