We currently have to manually bump the version number before making a release. Doing that in pyproject.toml is okay, but the version number also appears in multiple places throughout the repository. Ideally we would have a process to automatically replaces these text occurrences with the new version number or use a template to insert the latest version.
See #497 for discussion.
We currently have to manually bump the version number before making a release. Doing that in
pyproject.tomlis okay, but the version number also appears in multiple places throughout the repository. Ideally we would have a process to automatically replaces these text occurrences with the new version number or use a template to insert the latest version.See #497 for discussion.