From 98ac8edd3379ac16e8a6c9a68db030e33af4a5bf Mon Sep 17 00:00:00 2001 From: Juan Pablo Bouza Date: Tue, 19 Jan 2016 01:25:09 -0300 Subject: [PATCH] version number 1.0.1 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 30ebb22..97d10b1 100644 --- a/__init__.py +++ b/__init__.py @@ -34,7 +34,7 @@ bl_info = { 'name': 'BlenRig 5', 'author': 'Juan Pablo Bouza', - 'version': (1,001), + 'version': (1,0,1), 'blender': (2, 76, 0), 'location': 'Armature, Object and Lattice properties, View3d tools panel, Armature Add menu', 'description': 'BlenRig 5 rigging system',