diff --git a/.bumpversion.toml b/.bumpversion.toml index 8efc0f0..ae82566 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,9 +1,8 @@ -[bumpversion] -current_version = "0.1.0" +[tool.bumpversion] +current_version = "1.2.7" commit = true tag = true +tag_name = "{new_version}" -[[bumpversion::file]] -filename = "VERSION" -search = "{current_version}" -replace = "{new_version}" \ No newline at end of file +[[tool.bumpversion.files]] +filename = "VERSION" \ No newline at end of file