diff --git a/CMakeLists.txt b/CMakeLists.txt index 9147c392b..30e95ec74 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ endif() # Pybindings project set(TARGET_NAME depthai) -project(${TARGET_NAME} VERSION "0") # revision of bindings [depthai-core].[rev] +project(${TARGET_NAME} VERSION "1") # revision of bindings [depthai-core].[rev] # Add depthai-cpp dependency add_subdirectory(depthai-core EXCLUDE_FROM_ALL) diff --git a/depthai-core b/depthai-core index 96e2dc4a4..4c9722d2e 160000 --- a/depthai-core +++ b/depthai-core @@ -1 +1 @@ -Subproject commit 96e2dc4a40dc608707a383cb398c8b86b4842294 +Subproject commit 4c9722d2e93750154eb5e4523f84fa4f17c42c37