Skip to content

Commit 68145aa

Browse files
Merge pull request #239 from bioimage-io/bump_version
Update setup.py and bump version
2 parents 412e1ad + 6220b40 commit 68145aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bioimageio/core/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.5.0"
2+
"version": "0.5.1"
33
}

setup.py

+1-1
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.4", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
28+
install_requires=["bioimageio.spec>=0.4.5", "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)