cvat-ai--cvat
10 行
191 B
Python
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)
|