Skip to content

Commit fcc315c

Browse files
authored
Merge pull request #699 from yarikoptic/enh-boost-bids
Boost claimed BIDS version to 1.8.0 from 1.4.1
2 parents bf9b75b + 2a1e7b4 commit fcc315c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/bids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class BIDSError(Exception):
6868
pass
6969

7070

71-
BIDS_VERSION = "1.4.1"
71+
BIDS_VERSION = "1.8.0"
7272

7373
# List defining allowed parameter matching for fmap assignment:
7474
SHIM_KEY = "ShimSetting"

0 commit comments

Comments
 (0)