From e953c49a4bd4c88683f769be78fcf4c8d5e95490 Mon Sep 17 00:00:00 2001 From: muellerdo Date: Thu, 30 Sep 2021 11:58:04 +0200 Subject: [PATCH] Updated to version 1.2.1 - Dependency issues #100 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index afa40ba..f415a30 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='miscnn', - version='1.2.0', + version='1.2.1', description='Framework for Medical Image Segmentation with Convolutional Neural Networks and Deep Learning', url='https://github.com/frankkramer-lab/MIScnn', author='Dominik Müller',