File size: 421 Bytes
81e48fa
fcfd432
81e48fa
 
 
 
 
 
 
 
 
 
 
 
 
 
41db616
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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}"',
]