Skip to content

Commit 91ba9cb

Browse files
Merge pull request #96 from luxonis/pre_release_0411
Release 0.4.1.1
2 parents a556fc5 + 4ff4dcb commit 91ba9cb

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)