From b40ab4983f36a0c6a74818e147e820a0130f55c5 Mon Sep 17 00:00:00 2001 From: Mark Moissette Date: Thu, 29 Feb 2024 15:32:19 +0100 Subject: [PATCH] chore(gltf_auto_export): bumped version for release (#150) --- tools/gltf_auto_export/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gltf_auto_export/__init__.py b/tools/gltf_auto_export/__init__.py index a38de30..0b428eb 100644 --- a/tools/gltf_auto_export/__init__.py +++ b/tools/gltf_auto_export/__init__.py @@ -1,7 +1,7 @@ bl_info = { "name": "gltf_auto_export", "author": "kaosigh", - "version": (0, 13, 0), + "version": (0, 13, 1), "blender": (3, 4, 0), "location": "File > Import-Export", "description": "glTF/glb auto-export",