From 913bd1f3e28904ea91ea24404b57470e64cee977 Mon Sep 17 00:00:00 2001 From: sarthakpati Date: Mon, 26 Oct 2020 12:22:58 -0400 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5914959..a6212c9 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ import setuptools setup(name='BrainMaGe', - version='1.0.1', + version='1.0.2', description='Skull stripping using multiple and single modalities', url='https://github.com/CBICA/BrainMaGe', python_requires='>=3.6',