From 9986979c3ea8dd66914293136a5c58e4a5682ebd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Mar 2026 19:07:39 +0000 Subject: [PATCH] Bump version: 1.1.0 -> 1.2.0 --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 401d3a7..5ef81d6 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "1.1.0" +current_version = "1.2.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/pyproject.toml b/pyproject.toml index d39fae6..740fe08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "confkit" -version = "1.1.0" +version = "1.2.0" description = "Lightweight and Easy to use configuration manager for Python projects" readme = "README.md" authors = [