diff --git a/pyproject.toml b/pyproject.toml index afdcc67..4ee64fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,9 @@ major_on_zero = true allow_zero_version = true tag_format = "v{version}" build_command = "python -m build" +version_toml = [ + "pyproject.toml:project.version", +] [tool.semantic_release.branches.main] match = "(main|master)"