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-04-18 20:07:30 +0300
committerJulien Duroure <julien.duroure@gmail.com>2021-04-18 20:07:30 +0300
commitd04ee04c457335781863ca17175da323e0f65ff1 (patch)
tree52ef0b44b60815fe16694821d84bda7b74e278ec
parent0e92d16849307e823b684a468b11b9144e7255c4 (diff)
glTF: Bump version after 2.93 branch creation
-rwxr-xr-xio_scene_gltf2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 4c229f4c..8c1fb947 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -15,8 +15,8 @@
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, 6, 9),
- 'blender': (2, 91, 0),
+ "version": (1, 7, 0),
+ 'blender': (2, 93, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
'warning': '',