Branching and versioning¶
- Canonical branch:
main(default on GitHub). - Version source:
src/monte_neo/_version.py(vX.Y.Zwith leadingv). - Releases: annotated git tags + GitHub Releases (first formal release:
v0.0.7). - Historical branches named
v0.0.1…v0.0.6are archives from beforemainbecame the default. Do not treat those branch names as the current package version. - Changes land via pull request; sole maintainer may merge without review approval.
Required status check:
test.