From 41844e5cfb9a4e695c7992a4c3ab95d9cc62da50 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Thu, 25 Nov 2021 19:30:06 +0300 Subject: Rigify: bump version before Blender release. --- rigify/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rigify/__init__.py b/rigify/__init__.py index 4b926c48..019adb48 100644 --- a/rigify/__init__.py +++ b/rigify/__init__.py @@ -20,9 +20,9 @@ bl_info = { "name": "Rigify", - "version": (0, 6, 3), + "version": (0, 6, 4), "author": "Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov", - "blender": (2, 82, 0), + "blender": (3, 0, 0), "description": "Automatic rigging from building-block components", "location": "Armature properties, Bone properties, View3d tools panel, Armature Add menu", "doc_url": "{BLENDER_MANUAL_URL}/addons/rigging/rigify/index.html", -- cgit v1.2.3