From be3240e85d65b911d9507cb1156b0ceab0a77a89 Mon Sep 17 00:00:00 2001 From: Nikita Manovich Date: Mon, 2 Aug 2021 15:20:22 +0300 Subject: [PATCH] Changed version of CVAT to 1.5.0 --- cvat/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/__init__.py b/cvat/__init__.py index de9048d0..52ec08c4 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -4,6 +4,6 @@ from cvat.utils.version import get_version -VERSION = (1, 5, 0, 'alpha', 0) +VERSION = (1, 5, 0, 'final', 0) __version__ = get_version(VERSION)