Skip to content

Commit

Permalink
ISSUE-139 Set specific toolbox version instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmatias committed Nov 8, 2022
1 parent fbcfeb1 commit 8efbf91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leverage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pylint: disable=wrong-import-position

__version__ = "0.0.0"
__toolbox_version__ = "1.2.7-latest"
__toolbox_version__ = "1.2.7-0.0.5"

import sys
from shutil import which
Expand Down

0 comments on commit 8efbf91

Please sign in to comment.