项目文件夹

文件
2026-07-13 13:32:23 +08:00

10 行
191 B
Python

# Copyright (C) 2018-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT
from cvat.utils.version import get_version
VERSION = (2, 69, 1, "alpha", 0)
__version__ = get_version(VERSION)