We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7724d59 commit 837fce2Copy full SHA for 837fce2
README.md
@@ -364,7 +364,7 @@ may be controlled with the `LOGURU_LEVEL` environment variable.
364
365
## Changelog
366
367
-### next release
+### 0.9.1
368
369
- fixes:
370
- CLI
src/bioimageio/core/__init__.py
@@ -3,7 +3,7 @@
3
"""
4
# ruff: noqa: E402
5
6
-__version__ = "0.9.0"
+__version__ = "0.9.1"
7
from loguru import logger
8
9
logger.disable("bioimageio.core")
0 commit comments