Skip to content

Commit

Permalink
use version in deadline addon
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 3, 2024
1 parent 75f5510 commit c687ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/ayon_core/modules/deadline/deadline_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
from ayon_core.lib import Logger
from ayon_core.modules import AYONAddon, IPluginPaths

from .version import __version__


class DeadlineWebserviceError(Exception):
"""
Expand All @@ -16,6 +18,7 @@ class DeadlineWebserviceError(Exception):

class DeadlineModule(AYONAddon, IPluginPaths):
name = "deadline"
version = __version__

def initialize(self, studio_settings):
# This module is always enabled
Expand Down

0 comments on commit c687ec7

Please sign in to comment.