Skip to content

Commit

Permalink
PR #11952 from Nir-Az: Add full version attribute for python wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Nir-Az authored Jun 29, 2023
2 parents 9ccba1f + e1721e7 commit c138a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/python/pyrealsense2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PYBIND11_MODULE(NAME, m) {
Library for accessing Intel RealSenseTM cameras
)pbdoc";
m.attr("__version__") = RS2_API_VERSION_STR;
m.attr("__full_version__") = RS2_API_FULL_VERSION_STR;

init_c_files(m);
init_types(m);
Expand Down

0 comments on commit c138a57

Please sign in to comment.