Skip to content

Commit b0fcc3c

Browse files
committed
Prepare the 4.6.2 release
1 parent 1d4dbe0 commit b0fcc3c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bidscoin/heuristics/bidsmap_bids2bids.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
# General BIDScoin and plugin options
2121
# --------------------------------------------------------------------------------
2222
bidscoin:
23-
version: 4.6.2.dev0 # BIDScoin version (should correspond with the version in pyproject.toml)
23+
version: 4.6.2 # BIDScoin version (should correspond with the version in pyproject.toml)
2424
subprefix: sub- # The subject prefix of the source data
2525
sesprefix: ses- # The session prefix of the source data
2626
bidsignore: [extra_data/, sub-*_ct.*] # 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]

bidscoin/heuristics/bidsmap_dccn.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Options:
2121
# General BIDScoin and plugin options
2222
# -----------------------------------
2323
bidscoin:
24-
version: 4.6.2.dev0 # BIDScoin version (should correspond with the version in pyproject.toml)
24+
version: 4.6.2 # BIDScoin version (should correspond with the version in pyproject.toml)
2525
subprefix: sub- # The subject prefix of the source data
2626
sesprefix: ses- # The session prefix of the source data
2727
bidsignore: [extra_data/, sub-*_ct.*] # 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]

bidscoin/heuristics/bidsmap_sst.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Options:
2020
# General BIDScoin and plugin options
2121
# -----------------------------------
2222
bidscoin:
23-
version: 4.6.2.dev0 # BIDScoin version (should correspond with the version in pyproject.toml)
23+
version: 4.6.2 # BIDScoin version (should correspond with the version in pyproject.toml)
2424
subprefix: sub- # The subject prefix of the source data
2525
sesprefix: ses- # The session prefix of the source data
2626
bidsignore: [extra_data/, sub-*_ct.*] # 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]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ build-backend = 'setuptools.build_meta'
77
[project]
88
name = 'bidscoin'
99
description = 'Converts and organises raw MRI data-sets according to the Brain Imaging Data Structure (BIDS)'
10-
version = '4.6.2.dev0'
10+
version = '4.6.2'
1111
readme = 'README.rst'
12-
requires-python = '>= 3.9'
12+
requires-python = '>= 3.9, < 3.14'
1313
license = {file = 'LICENSE.txt'}
1414
keywords = ['bids','mri','imaging','neuroimaging','dicom','par','rec','PsychoPy','NeuroBS','nifti','bidsapp','defacing','echo-combination','skull-stripping','HPC']
1515
authors = [{email = '[email protected]'}, {name = 'Marcel Zwiers'}]

tests/test_data/bidsmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $schema: schema.json
1919

2020
Options: # =============================== General options and plugins =====================================
2121
bidscoin:
22-
version: 4.6.2.dev0 # BIDScoin version (should correspond with the version in pyproject.toml)
22+
version: 4.6.2 # BIDScoin version (should correspond with the version in pyproject.toml)
2323
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
2424
subprefix: sub- # The subject prefix of the source data
2525
sesprefix: ses- # The session prefix of the source data

0 commit comments

Comments
 (0)