pyodide/.bumpversion.cfg

11 lines
208 B
INI
Raw Normal View History

2018-11-12 18:30:30 +00:00
[bumpversion]
2019-06-04 17:44:37 +00:00
current_version = 0.13.1
2018-11-12 18:30:30 +00:00
commit = True
tag = True
tag_name = {new_version}
[bumpversion:file:src/pyodide.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
2018-11-14 20:40:36 +00:00