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:
authorZanQdo <zanqdo@gmail.com>2022-04-22 01:15:46 +0300
committerZanQdo <zanqdo@gmail.com>2022-04-22 01:15:46 +0300
commitf6ad5b917e437e3c0b2092b64a82e6cfc56ba1bc (patch)
tree5d38b1b5c55834728215084342cffd946e08da80
parentdde5915336d503e12b43af6611c6947767d3e355 (diff)
Rigify: increasing version number for latest changes
-rw-r--r--rigify/__init__.py2
1 files changed, 1 insertions, 1 deletions
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",