From 2fbe5f889ad6d3ecba87cdcf4c490fdd33ebd09d Mon Sep 17 00:00:00 2001 From: UuuNyaa Date: Tue, 23 Apr 2024 06:38:25 -0700 Subject: [PATCH] Release preparation --- mmd_tools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmd_tools/__init__.py b/mmd_tools/__init__.py index c5115331..8a09efa4 100644 --- a/mmd_tools/__init__.py +++ b/mmd_tools/__init__.py @@ -19,7 +19,7 @@ bl_info = { "name": "mmd_tools", "author": "sugiany", - "version": (4, 0, 0), + "version": (4, 1, 0), "blender": (4, 1, 1), "location": "View3D > Sidebar > MMD Panel", "description": "Utility tools for MMD model editing. (UuuNyaa's forked version)",