Skip to content

Commit 72609fe

Browse files
committed
bump version
1 parent a188a87 commit 72609fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 0.9.4 (not yet released)
1+
### 0.9.4
22

33
- Replace `conda activate <env name>` with `conda run -n <env name> python --version` when checking if a conda environment exists
44
(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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
# ruff: noqa: E402
55

6-
__version__ = "0.9.3"
6+
__version__ = "0.9.4"
77
from loguru import logger
88

99
logger.disable("bioimageio.core")

0 commit comments

Comments
 (0)