From 577849c5f3055f83b710bee31af1e2257afff68a Mon Sep 17 00:00:00 2001 From: bonjorno7 Date: Fri, 25 Nov 2022 22:33:05 +0100 Subject: [PATCH] Bump version to 0.7.0 This version makes it so compiling multiple models uses multithreading for StudioMDL, and tells you how long auto export took. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a9f7097..bc6cefa 100644 --- a/__init__.py +++ b/__init__.py @@ -3,7 +3,7 @@ 'author': 'bonjorno7, Almaas, Cabbage McGravel, CryptAlchemy, Gorange, Krystian, RED_EYE, SethTooQuick, Yonder', 'description': 'A more convenient alternative to Blender Source Tools', 'blender': (2, 83, 0), - 'version': (0, 6, 9), + 'version': (0, 7, 0), 'location': '3D View > Sidebar', 'category': 'Import-Export', }