Closed consideRatio closed 5 months ago
During our release process, the _version.py file wasn't updated as it should been so when inspecting __version__ we actually just got 4.1.1-0.dev in the released package where we expected 4.2.0.
_version.py
__version__
4.1.1-0.dev
4.2.0
Tests are unrelated and failing in main branch, I'm self merging this minor fix.
During our release process, the
_version.py
file wasn't updated as it should been so when inspecting__version__
we actually just got4.1.1-0.dev
in the released package where we expected4.2.0
.