streamlit-gpt4o / bumpver.toml
Joshua Sundance Bailey
Bump version 0.0.3 -> 0.0.4
fcfd432
[bumpver]
current_version = "0.0.4"
version_pattern = "MAJOR.MINOR.PATCH[-TAG]"
commit_message = "Bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
tag_scope = "branch"
pre_commit_hook = ""
post_commit_hook = ""
commit = true
tag = true
push = true
[bumpver.file_patterns]
"bumpver.toml" = [
'current_version = "{version}"',
]
"streamlit-gpt4o/app.py" = [
'__version__ = "{version}"',
]