Skip to content

Commit bc4afbc

Browse files
committed
Added bumpver
1 parent 16dc893 commit bc4afbc

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

pyproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,25 @@ target-version = "py39"
165165
"src/spatialdata_plot/pl/utils.py"= ["PGH003"]
166166
[tool.ruff.pydocstyle]
167167
convention = "numpy"
168+
169+
[tool.bumpver]
170+
current_version = "0.0.2"
171+
version_pattern = "MAJOR.MINOR.PATCH"
172+
commit_message = "bump version {old_version} -> {new_version}"
173+
tag_message = "{new_version}"
174+
tag_scope = "default"
175+
pre_commit_hook = ""
176+
post_commit_hook = ""
177+
commit = true
178+
tag = true
179+
push = false
180+
181+
[tool.bumpver.file_patterns]
182+
"pyproject.toml" = [
183+
'current_version = "{version}"',
184+
]
185+
"README.md" = [
186+
"{version}",
187+
"{pep440_version}",
188+
]
189+

0 commit comments

Comments
 (0)