Skip to content

Commit b8bad0b

Browse files
committed
bump minor and spec
1 parent 150df64 commit b8bad0b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The model specification and its validation tools can be found at <https://github
375375

376376
## Changelog
377377

378-
### 0.7.0 (to be released)
378+
### 0.7.0
379379

380380
- breaking:
381381
- bioimageio CLI now has implicit boolean flags

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.6.10"
2+
"version": "0.7.0"
33
}

dev/env-py38.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- bioimageio.spec>=0.5.3.3
7+
- bioimageio.spec>=0.5.3.4
88
- black
99
- crick # uncommented
1010
- filelock

dev/env-tf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- nodefaults
66
dependencies:
7-
- bioimageio.spec>=0.5.3.3
7+
- bioimageio.spec>=0.5.3.4
88
- black
99
# - crick # currently requires python<=3.9
1010
- filelock

dev/env-wo-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- nodefaults
66
- pytorch # added
77
dependencies:
8-
- bioimageio.spec>=0.5.3.3
8+
- bioimageio.spec>=0.5.3.4
99
- black
1010
# - crick # currently requires python<=3.9
1111
- filelock

dev/env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: core
22
channels:
33
- conda-forge
44
dependencies:
5-
- bioimageio.spec>=0.5.3.3
5+
- bioimageio.spec>=0.5.3.4
66
- black
77
# - crick # currently requires python<=3.9
88
- filelock

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
packages=find_namespace_packages(exclude=["tests"]),
3232
install_requires=[
33-
"bioimageio.spec ==0.5.3.3",
33+
"bioimageio.spec ==0.5.3.4",
3434
"h5py",
3535
"imageio>=2.10",
3636
"loguru",

0 commit comments

Comments
 (0)