diff --git a/.bumpversion.toml b/.bumpversion.toml index a73a3e3..1712f1f 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -18,3 +18,5 @@ commit_args = "" filename = ".version" [[tool.bumpversion.files]] filename = "__init__.py" +search = "__version__ = '{current_version}'" +replace = "__version__ = '{new_version}'" diff --git a/.version b/.version index 341cf11..7dff5b8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.2.1 \ No newline at end of file