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