Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Duroure <julien.duroure@gmail.com>2021-11-06 11:46:45 +0300
committerJulien Duroure <julien.duroure@gmail.com>2021-11-06 11:46:45 +0300
commita127d3b4e34eaecfa8369b84d345a7ecf492f288 (patch)
tree168183bd4c9e0dc0272f1cae5ece1b33e2d6acb2 /io_scene_gltf2
parentbae6b74365682b93612c000e9e2dc5c521f4482a (diff)
glTF: Bump version on master branch
Diffstat (limited to 'io_scene_gltf2')
-rwxr-xr-xio_scene_gltf2/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 3a279780..0ce7fb82 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, Scurest, Norbert Nopper, Urs Hanselmann, Moritz Becher, Benjamin Schmithüsen, Jim Eckerlein, and many external contributors',
- "version": (1, 7, 31),
+ "version": (1, 8, 0),
'blender': (2, 91, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',