Version file targeting

Poetry

[version]
paths = ["pyproject.toml"]

Setuptools

[version]
paths = ["setup.cfg"]

Monorepo

[version]
paths = ["packages/*/pyproject.toml"]
ignore = ["packages/legacy/**"]

Direct Bumpwright to update specific version files.