mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
4 lines
91 B
Python
4 lines
91 B
Python
# -*- coding: utf-8 -*-
|
|
"""Definition of Igniter version."""
|
|
|
|
__version__ = "1.0.0-alpha1"
|