mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
3 lines
101 B
Python
3 lines
101 B
Python
# -*- coding: utf-8 -*-
|
|
"""Package declaring AYON core addon version."""
|
|
__version__ = "0.4.4-dev.1"
|