Skip to content

Commit 56772c1

Browse files
committed
Update to v3.0.3
1 parent 233bc9b commit 56772c1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

heuristics/bidsmap_dccn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
# General options
2121
# --------------------------------------------------------------------------------
2222
bidscoin:
23-
version: '3.0.2' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.0.3' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
2424
bidsignore: extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
2525
dcm2niix: # See dcm2niix -h and https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage#General_Usage for more info
2626
path: module add dcm2niix; # Command to set the path to dcm2niix (note the semi-colon), e.g. module add dcm2niix/1.0.20180622; or PATH=/opt/dcm2niix/bin:$PATH; or /opt/dcm2niix/bin/ or '"C:\Program Files\dcm2niix\"' (note the quotes to deal with the whitespace)

heuristics/bidsmap_template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
# General options
2121
# --------------------------------------------------------------------------------
2222
bidscoin:
23-
version: '3.0.2' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.0.3' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
2424
bidsignore: extra_data/ # Semicolon-separated list of entries that are added to the .bidsignore file (for more info, see BIDS specifications), e.g. extra_data/;pet/;myfile.txt;yourfile.csv
2525
dcm2niix: # See dcm2niix -h and https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage#General_Usage for more info
2626
path: module add dcm2niix; # Command to set the path to dcm2niix (note the semi-colon), e.g. module add dcm2niix/1.0.20180622; or PATH=/opt/dcm2niix/bin:$PATH; or /opt/dcm2niix/bin/ or '"C:\Program Files\dcm2niix\"' (note the quotes to deal with the whitespace)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = 'bidscoin'
3-
version = '3.0.2'
3+
version = '3.0.3'
44
description = 'Map source-level neuroimaging data onto a BIDS data structure'
55
author = 'Marcel Zwiers'
66
author_email = '[email protected]'

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
3.0.3

0 commit comments

Comments
 (0)