Skip to content

Commit

Permalink
Increment version and add dlabel_to_vol
Browse files Browse the repository at this point in the history
  • Loading branch information
edickie authored Aug 16, 2019
1 parent db65b40 commit adf2a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys


VERSION='2.3.2-2'
VERSION='2.3.3'

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

Expand Down Expand Up @@ -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'
],
Expand Down

0 comments on commit adf2a8b

Please sign in to comment.