Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Gavrilov <angavrilov@gmail.com>2022-02-11 11:40:53 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2022-02-11 11:40:53 +0300
commit363165169709cb1da5a34850c1f259e014c3bdc6 (patch)
tree11a8c844795c036c864e5cebad5565457e9da22b
parentdf2296e154463969713cc7a82593d10fe71ab940 (diff)
Rigify: bump version.
-rw-r--r--rigify/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/__init__.py b/rigify/__init__.py
index 5d8782d4..50922528 100644
--- a/rigify/__init__.py
+++ b/rigify/__init__.py
@@ -20,7 +20,7 @@
bl_info = {
"name": "Rigify",
- "version": (0, 6, 4),
+ "version": (0, 6, 5),
"author": "Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov",
"blender": (3, 0, 0),
"description": "Automatic rigging from building-block components",