mirror of https://github.com/pyodide/pyodide.git
10 lines
207 B
INI
10 lines
207 B
INI
|
[bumpversion]
|
||
|
current_version = 0.1.11
|
||
|
commit = True
|
||
|
tag = True
|
||
|
tag_name = {new_version}
|
||
|
|
||
|
[bumpversion:file:src/pyodide.py]
|
||
|
search = __version__ = '{current_version}'
|
||
|
replace = __version__ = '{new_version}'
|