Skip to content

Commit

Permalink
Merge pull request #104 from ynput/enhancement/add-version-to-client-…
Browse files Browse the repository at this point in the history
…addon

Chore: Define version on client addon
  • Loading branch information
jakubjezek001 authored Jun 6, 2024
2 parents 55c73ca + d4f3954 commit aabb33e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/ayon_shotgrid/addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@
)
from ayon_core.lib import Logger

from .version import __version__

log = Logger.get_logger(__name__)

SHOTGRID_ADDON_DIR = os.path.dirname(os.path.abspath(__file__))


class ShotgridAddon(AYONAddon, ITrayAddon, IPluginPaths):
name = "shotgrid"
version = __version__
tray_wrapper = None

def initialize(self, studio_settings):
Expand Down

0 comments on commit aabb33e

Please sign in to comment.