mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 05:20:02 -06:00
11 lines
258 B
INI
11 lines
258 B
INI
[bumpversion]
|
|
current_version = 0.2.1
|
|
commit = True
|
|
tag = True
|
|
tag_name = pylume-v{new_version}
|
|
message = Bump pylume to v{new_version}
|
|
|
|
[bumpversion:file:pylume/__init__.py]
|
|
search = __version__ = "{current_version}"
|
|
replace = __version__ = "{new_version}"
|