From 01ccbbac308a1c304690d1e00c65f7b56c427f4d Mon Sep 17 00:00:00 2001 From: pullusb Date: Wed, 23 Jul 2025 14:30:57 +0200 Subject: [PATCH] version bump --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 4dd9989..f6d050f 100755 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ bl_info = { "name": "Render Toolbox", "description": "Perform checks and setup outputs", "author": "Samuel Bernou", - "version": (0, 5, 0), + "version": (0, 5, 1), "blender": (4, 0, 0), "location": "View3D", "warning": "",