From bd864bfa344c77c6fa66fada87a995af6f2b1bd3 Mon Sep 17 00:00:00 2001 From: Adrian Wolny Date: Sun, 18 Feb 2024 23:55:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.8.3=20=E2=86=92=201.8.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pytorch3dunet/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5571a58e..4ede35f4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.8.3 +current_version = 1.8.4 commit = True tag = True tag_name = {new_version} diff --git a/pytorch3dunet/__version__.py b/pytorch3dunet/__version__.py index cfe64473..fa2822c6 100644 --- a/pytorch3dunet/__version__.py +++ b/pytorch3dunet/__version__.py @@ -1 +1 @@ -__version__ = '1.8.3' +__version__ = '1.8.4'