Raw File
# Copyright (C) 2018-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT

from cvat.utils.version import get_version

VERSION = (2, 0, 0, 'alpha', 0)

__version__ = get_version(VERSION)
back to top