diff --git a/pyproject.toml b/pyproject.toml index efcd5cca9..afd993cd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -212,8 +212,6 @@ replace = "## [{new_version} (unreleased)](" [[tool.bumpversion.files]] # Update the version in the citation file. filename = "./citation.cff" -# XXX There a regression in bump-my-version 0.12.0 which prevent version to be updated here. -# See: https://github.com/callowayproject/bump-my-version/issues/90 search = "version: {current_version}" replace = "version: {new_version}"