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>2019-05-28 23:51:01 +0300
committerJulien Duroure <julien.duroure@gmail.com>2019-05-28 23:51:01 +0300
commit68bb42ef065c5c95a21493ebd5469b8a21af75ae (patch)
treebc7b66ac7c38bf6e5af8f26f45daff6897ad8139 /io_scene_gltf2
parent82dad88a90207c755a737be64b7e70c5814fd7b9 (diff)
glTF: bump version to 0.9.13
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 4c70e0eb..433aac63 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": (0, 9, 12),
+ "version": (0, 9, 13),
'blender': (2, 80, 0),
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',