From 8d6e270b67da9c81657d2594a053d25b9950ce79 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Fri, 2 Feb 2024 13:40:02 +0900 Subject: [PATCH] update version string to 1.5.1 --- 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 16aa2ab6d12..c7a2892c4e2 100644 --- a/src/otx/__init__.py +++ b/src/otx/__init__.py @@ -3,5 +3,5 @@ # Copyright (C) 2021-2023 Intel Corporation # SPDX-License-Identifier: Apache-2.0 -__version__ = "1.5.0" +__version__ = "1.5.1" # NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release