Skip to content

Commit 760a76c

Browse files
committed
bump version to 0.3.0.0
1 parent a20aa10 commit 760a76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ endif()
2020

2121
# Pybindings project
2222
set(TARGET_NAME depthai)
23-
project(${TARGET_NAME} VERSION "1") # revision of bindings [depthai-core].[rev]
23+
project(${TARGET_NAME} VERSION "0") # revision of bindings [depthai-core].[rev]
2424

2525
# Add depthai-cpp dependency
2626
add_subdirectory(depthai-core EXCLUDE_FROM_ALL)

depthai-core

0 commit comments

Comments
 (0)