From d75d5133d7df3c7dee46db3b685e9d451f65fc4a Mon Sep 17 00:00:00 2001 From: Sarthak Pati Date: Tue, 29 Sep 2020 17:53:42 -0400 Subject: [PATCH] version updated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16dddf4..36df829 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import setuptools setup(name='BrainMaGe', - version='1.0.0', + version='1.0.1', description='Skull stripping using multiple and single modalities', url='https://github.com/CBICA/BrainMaGe', python_requires='>=3.6',