diff --git a/.bumpversion.toml b/.bumpversion.toml index 039a04b..798555b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -17,6 +17,5 @@ commit_args = "" [[tool.bumpversion.files]] filename = ".version" [[tool.bumpversion.files]] -filename = "__init__.py" -search = "__version__ = '{current_version}'" -replace = "__version__ = '{new_version}'" +filename = "src/__init__.py" + diff --git a/.version b/.version index 373f8c6..72f9fa8 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.3 \ No newline at end of file +0.2.4 \ No newline at end of file