Harmony18090's picture
Add source batch 2/11
76f9669 verified
raw
history blame
115 Bytes
"""
Expose version
"""
from __future__ import annotations
__version__ = "3.4.4"
VERSION = __version__.split(".")