From 3a23dfd819d64f75c328c964f049c6dd02d18a13 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Mon, 18 Nov 2024 13:31:45 +0100 Subject: [PATCH] bump lib version --- README.md | 2 +- bioimageio/spec/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7854e9d4..53bbaf8f8 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ To keep the bioimageio.spec Python package version in sync with the (model) desc ### bioimageio.spec Python package -#### bioimageio.spec 0.5.3.5 (to be released) +#### bioimageio.spec 0.5.3.5 * fix loading tifffile in python 3.8 (pin tifffile) * use default tensorflow environments for Keras H5 weights diff --git a/bioimageio/spec/VERSION b/bioimageio/spec/VERSION index b4960cf9f..aa7631d22 100644 --- a/bioimageio/spec/VERSION +++ b/bioimageio/spec/VERSION @@ -1,3 +1,3 @@ { - "version": "0.5.3.4" + "version": "0.5.3.5" }