diff --git a/runtime/bindings/python/src/pyopenvino/core/ie_version.cpp b/runtime/bindings/python/src/pyopenvino/core/version.cpp similarity index 100% rename from runtime/bindings/python/src/pyopenvino/core/ie_version.cpp rename to runtime/bindings/python/src/pyopenvino/core/version.cpp diff --git a/runtime/bindings/python/src/pyopenvino/core/ie_version.hpp b/runtime/bindings/python/src/pyopenvino/core/version.hpp similarity index 100% rename from runtime/bindings/python/src/pyopenvino/core/ie_version.hpp rename to runtime/bindings/python/src/pyopenvino/core/version.hpp diff --git a/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp b/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp index 8384e753134ad9..42df5384ec5d45 100644 --- a/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp +++ b/runtime/bindings/python/src/pyopenvino/pyopenvino.cpp @@ -31,8 +31,8 @@ #include "pyopenvino/core/ie_network.hpp" #include "pyopenvino/core/ie_parameter.hpp" #include "pyopenvino/core/ie_preprocess_info.hpp" -#include "pyopenvino/core/ie_version.hpp" #include "pyopenvino/core/offline_transformations.hpp" +#include "pyopenvino/core/version.hpp" #include "pyopenvino/core/tensor.hpp" #include "pyopenvino/core/tensor_description.hpp" #include "pyopenvino/graph/dimension.hpp"