Skip to content

Commit 2faf071

Browse files
committed
Release 3.5.2 because of a Pypi upload error :-/
1 parent f78d953 commit 2faf071

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bidscoin/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.5.1' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.5.2' # 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)

bidscoin/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.5.1' # BIDScoin version (should correspond with the version in ../bidscoin/version.txt)
23+
version: '3.5.2' # 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)

bidscoin/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1
1+
3.5.2

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.5.1'
3+
version = '3.5.2'
44
description = 'Map source-level neuroimaging data onto a BIDS data structure'
55
author = 'Marcel Zwiers'
66
author_email = '[email protected]'

0 commit comments

Comments
 (0)