Skip to content

Commit 1454b10

Browse files
committed
update model converter
1 parent 1481cc5 commit 1454b10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bioimageio/spec/model/v0_4/converters.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ def maybe_convert(data: Dict[str, Any]) -> Dict[str, Any]:
9999
if data["format_version"] == "0.4.7":
100100
data["format_version"] = "0.4.8"
101101

102+
if data["format_version"] == "0.4.8":
103+
data["format_version"] = "0.4.9"
104+
102105
# remove 'future' from config if no other than the used future entries exist
103106
config = data.get("config", {})
104107
if config.get("future") == {}:

0 commit comments

Comments
 (0)