diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 1fa5b3756cb13766da044f4ae5e9f91e3473b337..c78bd4091b28e17d3b572162f6805951f0f278e1 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": (1, 2, 71), + "version": (1, 3, 9), 'blender': (2, 83, 9), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0',