Coverage for src / bioimageio / spec / _version.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.14.0, created at 2026-05-13 11:29 +0000

1VERSION = "0.5.10.2" 

2"""bioimageio.spec version as MAJOR.MINOR.PATCH.LIB 

3 

4MAJOR.MINOR.PATCH correspond to the latest model description format version implemented. 

5 

6LIB may be bumped for library changes that do not affect the format version. 

7"""