diff --git a/.bumpversion.toml b/.bumpversion.toml index 5b1737d..9ead78a 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,10 +1,10 @@ [bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" commit = true tag = true tag_name = "{new_version}" [[file]] -filename = "__version__.py" -parse = '__version__\s*=\s*"(?P.*)"' -serialize = '__version__ = "{new_version}"' +filename = "./__version__.py" +search = '__version__ = "{current_version}"' +replace = '__version__ = "{new_version}"'