diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index df0a320f0e3c45cf31ca77316a7f8bb1e7fcf216..f29c36bca6419b27040b52a1119649e235f758dd 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -15,7 +15,7 @@ bl_info = { 'name': 'glTF 2.0 format', 'author': 'Julien Duroure, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors', - "version": (0, 9, 11), + "version": (0, 9, 12), 'blender': (2, 80, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0',