Skip to content

Commit

Permalink
v1.0.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghwan Hwang authored and Jonghwan Hwang committed May 25, 2020
1 parent 006a6e5 commit 0502a42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion animBuddy/Misc/Widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def versionCheck(*args):
cancelButton='No',
dismissString='No' )
if question == 'Yes':
install.run()
closeUI()
cmds.evalDeferred("from animBuddy.Install import install;install.run()")
else:
cmds.confirmDialog(title ='Update',
message ='No update is available',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name = 'animBuddy',
version = '1.0.1',
version = '1.0.2',
url = 'https://github.com/darkuress/animBuddy.git',
author = 'Huile De Olive',
author_email = "huiledolivemaster@gmail.com",
Expand Down

0 comments on commit 0502a42

Please sign in to comment.