changed version number

This commit is contained in:
2021-03-26 10:22:58 +01:00
parent 675a36f2e5
commit 66f6e98c55

View File

@@ -1,10 +1,10 @@
from setuptools import setup
setup(name='fsl_mrs_mce',
version='0.0.1',
version='0.0.2',
description='A fsl_mrs Moncte Carlo estimation approach',
url='https://git.thoffbauer.de/konstantin.bosbach/fsl_mrs_mce.git',
author='Konstantin Bosbach',
author='Konstantin E Bosbach',
author_email='konstantin.bosbach@mars.uni-freiburg.de',
packages=['fsl_mrs_mce'],
zip_safe=False)