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 a188a87 commit 72609feCopy full SHA for 72609fe
changelog.md
@@ -1,4 +1,4 @@
1
-### 0.9.4 (not yet released)
+### 0.9.4
2
3
- Replace `conda activate <env name>` with `conda run -n <env name> python --version` when checking if a conda environment exists
4
(This is closer to the actual `conda run` command we need and avoids requests by conda to rerun `conda init` (in CI).)
src/bioimageio/core/__init__.py
@@ -3,7 +3,7 @@
"""
# ruff: noqa: E402
5
6
-__version__ = "0.9.3"
+__version__ = "0.9.4"
7
from loguru import logger
8
9
logger.disable("bioimageio.core")
0 commit comments