diff --git a/io_scene_godot/__init__.py b/io_scene_godot/__init__.py index 1fd343f3..076ca41a 100644 --- a/io_scene_godot/__init__.py +++ b/io_scene_godot/__init__.py @@ -28,7 +28,7 @@ bl_info = { # pylint: disable=invalid-name "name": "Godot Engine Exporter", "author": "Lu Jiacheng, Geoffrey Irons, Juan Linietsky", - "blender": (2, 80, 0), + "blender": (2, 90, 1), "location": "File > Import-Export", "description": ("Export Blender scenes to a format that can be " "efficiently imported in Godot Engine."),