Skip to content

Commit e93f483

Browse files
committed
chore: Add bumpver config
1 parent 8c35a1b commit e93f483

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/schemacode/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,11 @@ source = [
3838

3939
[tool.coverage.run]
4040
parallel = true
41+
42+
[tool.bumpver]
43+
current_version = "1.0.2-dev"
44+
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
45+
commit = false
46+
47+
[tool.bumpver.file_patterns]
48+
"src/bidsschematools/data/schema/SCHEMA_VERSION" = ['{version}']

0 commit comments

Comments
 (0)