Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvolodin committed Dec 6, 2023
1 parent d4e6188 commit 69680d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic_parent.py
Expand Up @@ -24,7 +24,7 @@
bl_info = {
"name": "Dynamic Parent",
"author": "Roman Volodin, roman.volodin@gmail.com",
"version": (2, 0, 0),
"version": (2, 0, 1),
"blender": (4, 0, 0),
"location": "View3D > Tool Panel",
"description": "Allows to create and disable an animated ChildOf constraint",
Expand Down Expand Up @@ -402,7 +402,7 @@ def draw(self, context):
class DYNAMIC_PARENT_PT_ui(bpy.types.Panel):
"""User interface for Dynamic Parent addon"""

bl_label = "Dynamic Parent 2.0"
bl_label = "Dynamic Parent 2.0.1"
bl_idname = "DYNAMIC_PARENT_PT_ui"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
Expand Down

0 comments on commit 69680d1

Please sign in to comment.