We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db65b40 commit adf2a8bCopy full SHA for adf2a8b
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
import sys
5
6
7
-VERSION='2.3.2-2'
+VERSION='2.3.3'
8
9
here = os.path.abspath(os.path.dirname(__file__))
10
@@ -70,6 +70,7 @@ def run(self):
70
'ciftify_seed_corr=ciftify.bin.ciftify_seed_corr:main',
71
'ciftify_subject_fmri=ciftify.bin.ciftify_subject_fmri:main',
72
'ciftify_falff=ciftify.bin.ciftify_falff:main',
73
+ 'ciftify_dlabel_to_vol=ciftify.bin.ciftify_dlabel_to_vol:main',
74
'ciftify_statclust_report=ciftify.bin.ciftify_statclust_report:main',
75
'extract_nuisance_regressors=ciftify.bin.extract_nuisance_regressors:main'
76
],
0 commit comments