From 6c557072ad8121b7af966c3222ebc0f1887552a1 Mon Sep 17 00:00:00 2001 From: fynnbe Date: Tue, 14 Feb 2023 01:23:37 +0100 Subject: [PATCH] bump patch version (again) (and reenable release wf) --- .github/workflows/release.yml | 8 ++++---- bioimageio/core/VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eeb0c7c..60223279 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release -#on: -# push: -# branches: -# - main +on: + push: + branches: + - main jobs: publish-pypi: diff --git a/bioimageio/core/VERSION b/bioimageio/core/VERSION index 0920ab14..b74bd993 100644 --- a/bioimageio/core/VERSION +++ b/bioimageio/core/VERSION @@ -1,3 +1,3 @@ { - "version": "0.5.7" + "version": "0.5.8" }