Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzxporter committed Feb 3, 2025
1 parent a778492 commit e429315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/blender/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
bl_info = {
"name": "Cast Support",
"author": "DTZxPorter",
"version": (1, 7, 2),
"version": (1, 7, 3),
"blender": (3, 6, 0),
"location": "File > Import",
"description": "Import & Export Cast",
Expand Down
2 changes: 1 addition & 1 deletion plugins/maya/castplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
}

# Shared version number
version = "1.72"
version = "1.73"


def utilityAbout():
Expand Down

0 comments on commit e429315

Please sign in to comment.