We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adbdc7 commit 4ff4dcbCopy full SHA for 4ff4dcb
CMakeLists.txt
@@ -20,7 +20,7 @@ endif()
20
21
# Pybindings project
22
set(TARGET_NAME depthai)
23
-project(${TARGET_NAME} VERSION "0") # revision of bindings [depthai-core].[rev]
+project(${TARGET_NAME} VERSION "1") # revision of bindings [depthai-core].[rev]
24
25
# Add depthai-cpp dependency
26
add_subdirectory(depthai-core EXCLUDE_FROM_ALL)
depthai-core
0 commit comments