Skip to content

Commit 13aae81

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent a95ad39 commit 13aae81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

66
[bumpversion:file:pythonscript/cffi_bindings/mod_godot.inc.py]
77
search = __version__ = '{current_version}'
88
replace = __version__ = '{new_version}'
9+

pythonscript/cffi_bindings/mod_godot.inc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import sys
33
import builtins
44

5-
__version__ = '0.8.0'
5+
__version__ = '0.9.0'
66
__author__ = 'Emmanuel Leblond'
77
__email__ = '[email protected]'
88

0 commit comments

Comments
 (0)