From 8b82622e1d2f4b313efb393d47e6fcab2b2156ba Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Tue, 1 May 2018 11:42:33 +0200 Subject: [PATCH] Bump version 0.11.0 -> 0.11.1 --- pythonscript/embedded/godot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"