diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 98210e82847d328c5e7c69c65805dad10f0721e8..b4d05c472f818b5ecb7015b064d96afa5c023f9b 100755 --- a/io_scene_gltf2/__init__.py +++ b/io_scene_gltf2/__init__.py @@ -4,7 +4,7 @@ bl_info = { 'name': 'glTF 2.0 format', 'author': 'Julien Duroure, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin SchmithĂĽsen, Jim Eckerlein, and many external contributors', - "version": (3, 3, 17), + "version": (3, 4, 0), 'blender': (3, 3, 0), 'location': 'File > Import-Export', 'description': 'Import-Export as glTF 2.0',