diff --git a/.bumpversion.toml b/.bumpversion.toml index 686f0fc..32714fa 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.1" +current_version = "0.1.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" @@ -12,7 +12,7 @@ sign_tags = false tag_name = "v{new_version}" tag_message = "Bump version: {current_version} → {new_version}" allow_dirty = false -commit = false +commit = true message = "Bump version: {current_version} → {new_version}" moveable_tags = [] commit_args = "" diff --git a/pyproject.toml b/pyproject.toml index 17aa4f0..4242828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "komconfig" -version = "0.1.1" +version = "0.1.2" description = "Add your description here" readme = "README.md" authors = [