From 46d7eeb59ca212b9afb3c2c2b8b2f0dd30799175 Mon Sep 17 00:00:00 2001 From: pullusb Date: Wed, 30 Jul 2025 18:18:21 +0200 Subject: [PATCH] bump version and change description --- __init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 0c2244b..6366e74 100755 --- a/__init__.py +++ b/__init__.py @@ -1,8 +1,8 @@ bl_info = { "name": "Render Toolbox", - "description": "Perform checks and setup outputs", + "description": "Setup outputs and perform cheks for rendering", "author": "Samuel Bernou", - "version": (0, 6, 3), + "version": (0, 7, 0), "blender": (4, 0, 0), "location": "View3D", "warning": "",