Skip to content

Commit adf2a8b

Browse files
authored
Increment version and add dlabel_to_vol
1 parent db65b40 commit adf2a8b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import sys
55

66

7-
VERSION='2.3.2-2'
7+
VERSION='2.3.3'
88

99
here = os.path.abspath(os.path.dirname(__file__))
1010

@@ -70,6 +70,7 @@ def run(self):
7070
'ciftify_seed_corr=ciftify.bin.ciftify_seed_corr:main',
7171
'ciftify_subject_fmri=ciftify.bin.ciftify_subject_fmri:main',
7272
'ciftify_falff=ciftify.bin.ciftify_falff:main',
73+
'ciftify_dlabel_to_vol=ciftify.bin.ciftify_dlabel_to_vol:main',
7374
'ciftify_statclust_report=ciftify.bin.ciftify_statclust_report:main',
7475
'extract_nuisance_regressors=ciftify.bin.extract_nuisance_regressors:main'
7576
],

0 commit comments

Comments
 (0)