From f6ad5b917e437e3c0b2092b64a82e6cfc56ba1bc Mon Sep 17 00:00:00 2001 From: ZanQdo Date: Thu, 21 Apr 2022 16:15:46 -0600 Subject: Rigify: increasing version number for latest changes --- rigify/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rigify/__init__.py b/rigify/__init__.py index 4f31459b..ec00403a 100644 --- a/rigify/__init__.py +++ b/rigify/__init__.py @@ -4,7 +4,7 @@ bl_info = { "name": "Rigify", - "version": (0, 6, 5), + "version": (0, 6, 6), "author": "Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov", "blender": (3, 0, 0), "description": "Automatic rigging from building-block components", -- cgit v1.2.3