mirror of
https://github.com/Relintai/gdnative_python.git
synced 2025-01-08 15:29:39 +01:00
10 lines
211 B
INI
10 lines
211 B
INI
|
[bumpversion]
|
||
|
current_version = 0.9.0
|
||
|
commit = True
|
||
|
tag = True
|
||
|
|
||
|
[bumpversion:file:pythonscript/cffi_bindings/mod_godot.inc.py]
|
||
|
search = __version__ = '{current_version}'
|
||
|
replace = __version__ = '{new_version}'
|
||
|
|