We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c727ae commit 20c9be7Copy full SHA for 20c9be7
src/otx/__init__.py
@@ -1,9 +1,9 @@
1
"""OpenVINO Training Extensions."""
2
3
-# Copyright (C) 2024 Intel Corporation
+# Copyright (C) 2024-2025 Intel Corporation
4
# SPDX-License-Identifier: Apache-2.0
5
6
-__version__ = "2.3.0rc0"
+__version__ = "2.3.0"
7
8
import os
9
from pathlib import Path
0 commit comments