Skip to content

Commit 0d30faf

Browse files
committed
bump version
and spec version
1 parent 6ab5d46 commit 0d30faf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bioimageio/core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.4.10"
2+
"version": "0.4.11"
33
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Programming Language :: Python :: 3.8",
2626
],
2727
packages=find_namespace_packages(exclude=["tests"]), # Required
28-
install_requires=["bioimageio.spec>=0.4.3", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
28+
install_requires=["bioimageio.spec>=0.4.3post1", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
2929
include_package_data=True,
3030
extras_require={
3131
"test": ["pytest", "black", "mypy"],

0 commit comments

Comments
 (0)