Skip to content

Commit

Permalink
Merge pull request #143 from bioimage-io/bump-patch
Browse files Browse the repository at this point in the history
Bump patch
  • Loading branch information
constantinpape committed Nov 12, 2021
2 parents d1b46c9 + c734b5e commit ac5ee71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bioimageio/core/VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.3post0"
"version": "0.4.4"
}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Programming Language :: Python :: 3.8",
],
packages=find_namespace_packages(exclude=["tests"]), # Required
install_requires=["bioimageio.spec>=0.3.3", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
install_requires=["bioimageio.spec>=0.3.4", "imageio>=2.5", "numpy", "ruamel.yaml", "tqdm", "xarray"],
include_package_data=True,
extras_require={
"test": ["pytest", "black", "mypy"],
Expand Down

0 comments on commit ac5ee71

Please sign in to comment.