From adf2a8bb0d394441268c1f8b305467aa11e4a732 Mon Sep 17 00:00:00 2001 From: Erin W Dickie Date: Fri, 16 Aug 2019 11:32:47 -0400 Subject: [PATCH] Increment version and add dlabel_to_vol --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d8ed73..a574fd5 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import sys -VERSION='2.3.2-2' +VERSION='2.3.3' here = os.path.abspath(os.path.dirname(__file__)) @@ -70,6 +70,7 @@ def run(self): 'ciftify_seed_corr=ciftify.bin.ciftify_seed_corr:main', 'ciftify_subject_fmri=ciftify.bin.ciftify_subject_fmri:main', 'ciftify_falff=ciftify.bin.ciftify_falff:main', + 'ciftify_dlabel_to_vol=ciftify.bin.ciftify_dlabel_to_vol:main', 'ciftify_statclust_report=ciftify.bin.ciftify_statclust_report:main', 'extract_nuisance_regressors=ciftify.bin.extract_nuisance_regressors:main' ],