mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
adding version string in the __init__.py
This commit is contained in:
parent
334aba0630
commit
977e061ba0
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ from .lib import filter_pyblish_plugins
|
|||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__version__ = "2.1.0"
|
||||
|
||||
PACKAGE_DIR = os.path.dirname(__file__)
|
||||
PLUGINS_DIR = os.path.join(PACKAGE_DIR, "plugins")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue