diff --git a/pythonscript/embedded/godot/__init__.py b/pythonscript/embedded/godot/__init__.py index ad47b7d9..2cdfbc53 100644 --- a/pythonscript/embedded/godot/__init__.py +++ b/pythonscript/embedded/godot/__init__.py @@ -11,7 +11,7 @@ ) -__version__ = "0.11.0" +__version__ = "0.11.1" __author__ = "Emmanuel Leblond" __email__ = "emmanuel.leblond@gmail.com"