diff --git a/animation_retarget/__init__.py b/animation_retarget/__init__.py index c763b10..d8aea4a 100644 --- a/animation_retarget/__init__.py +++ b/animation_retarget/__init__.py @@ -1,15 +1,13 @@ bl_info = { 'name': 'Animation Retargeting Tools', 'author': 'Vakhurin Sergey (igel)', - 'version': (0, 0, 1), + 'version': (0, 1, 0), 'blender': (2, 77, 0), 'category': 'Animation', 'location': 'Properties > Object, Properties > Bone', 'description': 'Applies an animation from one armature to another', 'wiki_url': 'https://github.com/igelbox/blender-retarget', 'tracker_url': 'https://github.com/igelbox/blender-retarget/issues', - 'warning': 'This is just a proof of concept version. \ -Further versions may be not compatible with settings from this version.' } diff --git a/utils/mk_release.py b/mk_release.py similarity index 100% rename from utils/mk_release.py rename to mk_release.py