From 9c5ba3d8603ea55a036c09c5f5c71f69bfdab8e3 Mon Sep 17 00:00:00 2001 From: "konstantin.bosbach" Date: Fri, 26 Mar 2021 10:52:34 +0100 Subject: [PATCH] Changed print statement and added commentary --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e570774..f7c84b8 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='fsl_mrs_mce', - version='0.0.2', + version='0.0.21', description='A fsl_mrs Moncte Carlo estimation approach', url='https://git.thoffbauer.de/konstantin.bosbach/fsl_mrs_mce.git', author='Konstantin E Bosbach',