File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ abstract: >-
88 The Brain Imaging Data Structure (BIDS) is a simple and intuitive way to
99 organize and describe data.
1010
11- version : 1.10.1
11+ version : 1.10.2-dev
1212
1313license : CC-BY-4.0
1414
Original file line number Diff line number Diff line change 1- site_name : Brain Imaging Data Structure 1.10.1
1+ site_name : Brain Imaging Data Structure 1.10.2-dev
22site_url : https://bids-specification.readthedocs.io/en/stable/
33repo_url : https://github.com/bids-standard/bids-specification
44nav :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ doc = [
2828]
2929
3030[tool .bumpversion ]
31- current_version = " 1.10.1 "
31+ current_version = " 1.10.2-dev "
3232parse = """ (?x)
3333 (?P<major>[0-9]+)
3434 \\ .(?P<minor>[0-9]+)
Original file line number Diff line number Diff line change 1- 1.10.1
1+ 1.10.2-dev
Original file line number Diff line number Diff line change 1- 1.1.0
1+ 1.2.0-dev
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ exclude_also = [
104104# uvx bump-my-version bump <patch|minor|major>
105105# git push upstream <current-branch>
106106[tool .bumpversion ]
107- current_version = " 1.1.0 "
107+ current_version = " 1.2.0-dev "
108108parse = """ (?x)
109109 (?P<major>[0-9]+)
110110 \\ .(?P<minor>[0-9]+)
You can’t perform that action at this time.
0 commit comments