Revision cb72be0d5ac2a201411021119957ba77d2d7b9c3 authored by Roman Donchenko on 17 March 2023, 17:03:24 UTC, committed by GitHub on 17 March 2023, 17:03:24 UTC
The full workflow is broken, because some changes from the main workflow
weren't applied to it. Update them both to minimize differences between
them.
1 parent 2cbf951
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