We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95ad39 commit 13aae81Copy full SHA for 13aae81
.bumpversion.cfg
@@ -1,8 +1,9 @@
1
[bumpversion]
2
-current_version = 0.8.0
+current_version = 0.9.0
3
commit = True
4
tag = True
5
6
[bumpversion:file:pythonscript/cffi_bindings/mod_godot.inc.py]
7
search = __version__ = '{current_version}'
8
replace = __version__ = '{new_version}'
9
+
pythonscript/cffi_bindings/mod_godot.inc.py
@@ -2,7 +2,7 @@
import sys
import builtins
-__version__ = '0.8.0'
+__version__ = '0.9.0'
__author__ = 'Emmanuel Leblond'
__email__ = '[email protected]'
0 commit comments