Coverage for src / monte_neo / _version.py: 100%

1 statements  

« prev     ^ index     » next       coverage.py v7.13.1, created at 2026-01-28 16:27 +0200

1# Single source of truth for the project version. 

2# Increment pattern: v0.0.1 -> v0.0.2 -> v0.0.3 -> v0.0.4, etc. 

3__version__ = "v0.0.6"