Skip to content

Commit 8d9c48d

Browse files
committed
RF: boost the BIDS version we list to 1.7.0 since that is what schema will be from
1 parent 2ff3b98 commit 8d9c48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/bids/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BIDSError(Exception):
5454
pass
5555

5656

57-
BIDS_VERSION = "1.4.1"
57+
BIDS_VERSION = "1.7.0"
5858

5959
# List defining allowed parameter matching for fmap assignment:
6060
SHIM_KEY = 'ShimSetting'

0 commit comments

Comments
 (0)