Skip to content

Commit 2a1e7b4

Browse files
committed
Boost claimed BIDS version to 1.8.0 from 1.4.1
AFAIK there were no relevant to us breakages. So just boosting the version to seemingly be up to date with BIDS. Closes #698
1 parent bf9b75b commit 2a1e7b4

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)