Skip to content

Commit bcf3f2c

Browse files
committed
bump post
1 parent b516b7b commit bcf3f2c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ The model specification and its validation tools can be found at <https://github
124124

125125
## Changelog
126126

127+
### 0.6.4
128+
129+
* add `bioimageio validate-format` command
130+
* improve error messages and display of command results
131+
127132
### 0.6.3
128133

129134
* Fix [#386](https://github.com/bioimage-io/core-bioimage-io-python/issues/386)

bioimageio/core/VERSION

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
],
3030
packages=find_namespace_packages(exclude=["tests"]),
3131
install_requires=[
32-
"bioimageio.spec==0.5.2.*",
32+
"bioimageio.spec>=0.5.2.post5,<0.6",
3333
"fire",
3434
"imageio>=2.5",
3535
"loguru",

0 commit comments

Comments
 (0)