Skip to content

Commit d434b59

Browse files
committed
Remove bumpver
1 parent 349fcc4 commit d434b59

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pyproject.toml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -232,25 +232,3 @@ ignore-words-list = "nd,mis,thi,thet,ALS"
232232
omit = [
233233
"pymascdb/tests/*",
234234
]
235-
236-
[tool.bumpver]
237-
current_version = "2025.1001-alpha"
238-
version_pattern = "YYYY.BUILD[-TAG]"
239-
commit_message = "bump version {old_version} -> {new_version}"
240-
tag_message = "{new_version}"
241-
tag_scope = "default"
242-
pre_commit_hook = ""
243-
post_commit_hook = ""
244-
commit = true
245-
tag = true
246-
push = true
247-
248-
[tool.bumpver.file_patterns]
249-
"pyproject.toml" = [
250-
'current_version = "{version}"',
251-
]
252-
"README.md" = [
253-
"{version}",
254-
"{pep440_version}",
255-
]
256-

0 commit comments

Comments
 (0)