Skip to content

Commit 20c9be7

Browse files
authored
Set OTX version to 2.3 (#4230)
1 parent 2c727ae commit 20c9be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/otx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
"""OpenVINO Training Extensions."""
22

3-
# Copyright (C) 2024 Intel Corporation
3+
# Copyright (C) 2024-2025 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "2.3.0rc0"
6+
__version__ = "2.3.0"
77

88
import os
99
from pathlib import Path

0 commit comments

Comments
 (0)