Revision 5fa11c9eaefdfc2c3b35fb95646d53be67a5341a authored by Andrey Zhavoronkov on 12 June 2023, 04:44:14 UTC, committed by GitHub on 12 June 2023, 04:44:14 UTC
1 parent 5f588ed
Raw File
__init__.py
# Copyright (C) 2018-2022 Intel Corporation
#
# SPDX-License-Identifier: MIT

from cvat.utils.version import get_version

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

__version__ = get_version(VERSION)
back to top