From 936a2fb63b52d710153998825f812488c15e864e Mon Sep 17 00:00:00 2001 From: Adrian Wolny Date: Fri, 28 Feb 2020 16:55:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.4=20=E2=86=92=201.2.5?= 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 625adaab..f3e0f2bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.4 +current_version = 1.2.5 commit = True tag = True tag_name = {new_version} diff --git a/pytorch3dunet/__version__.py b/pytorch3dunet/__version__.py index daab838b..09964d63 100644 --- a/pytorch3dunet/__version__.py +++ b/pytorch3dunet/__version__.py @@ -1 +1 @@ -__version__ = '1.2.4' +__version__ = '1.2.5'