Skip to content

Commit bbcd79d

Browse files
committed
chore: Bump dev versions
1 parent 8062ee8 commit bbcd79d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1313
license: CC-BY-4.0
1414

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: Brain Imaging Data Structure 1.10.1
1+
site_name: Brain Imaging Data Structure 1.10.2-dev
22
site_url: https://bids-specification.readthedocs.io/en/stable/
33
repo_url: https://github.com/bids-standard/bids-specification
44
nav:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
3232
parse = """(?x)
3333
(?P<major>[0-9]+)
3434
\\.(?P<minor>[0-9]+)

src/schema/BIDS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.1
1+
1.10.2-dev

src/schema/SCHEMA_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0
1+
1.2.0-dev

tools/schemacode/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
108108
parse = """(?x)
109109
(?P<major>[0-9]+)
110110
\\.(?P<minor>[0-9]+)

0 commit comments

Comments
 (0)