From 5e18121eec908646ac3d973182b95fcd7ebaf3a0 Mon Sep 17 00:00:00 2001 From: Vladislav Sovrasov Date: Mon, 18 Nov 2024 10:10:24 +0100 Subject: [PATCH] Version up for 2.2 release (#4120) Version up --- src/otx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otx/__init__.py b/src/otx/__init__.py index 94b31d8c42..73045b6b29 100644 --- a/src/otx/__init__.py +++ b/src/otx/__init__.py @@ -3,7 +3,7 @@ # Copyright (C) 2024 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -__version__ = "2.2.0rc14" +__version__ = "2.2.0" import os from pathlib import Path