From 2a1e7b47c853ff4d2e3e9339d4f6217085158fcb Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Wed, 30 Aug 2023 14:00:47 -0400 Subject: [PATCH] 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 --- heudiconv/bids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/bids.py b/heudiconv/bids.py index f068c5a2..2eea7a64 100644 --- a/heudiconv/bids.py +++ b/heudiconv/bids.py @@ -68,7 +68,7 @@ class BIDSError(Exception): pass -BIDS_VERSION = "1.4.1" +BIDS_VERSION = "1.8.0" # List defining allowed parameter matching for fmap assignment: SHIM_KEY = "ShimSetting"