Skip to content

Commit ac5ee71

Browse files
Merge pull request #143 from bioimage-io/bump-patch
Bump patch
2 parents d1b46c9 + c734b5e commit ac5ee71

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.3post0"
2+
"version": "0.4.4"
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.3.3", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
28+
install_requires=["bioimageio.spec>=0.3.4", "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)