Skip to content

Commit 4ff4dcb

Browse files
author
SzabolcsGergely
committed
Bump python binding version, depthai-core
1 parent 9adbdc7 commit 4ff4dcb

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 "0") # revision of bindings [depthai-core].[rev]
23+
project(${TARGET_NAME} VERSION "1") # revision of bindings [depthai-core].[rev]
2424

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

0 commit comments

Comments
 (0)