Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 985b3ec

Browse files
committed
version bump
1 parent 96a063d commit 985b3ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/opencv/opencv_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ cmake -D CMAKE_BUILD_TYPE=RELEASE \
7575
-D WITH_NGRAPH=ON \
7676
-D ngraph_DIR=$ABS_PORTION/build/dldt/ngraph \
7777
-D WITH_INF_ENGINE=ON \
78-
-D INF_ENGINE_RELEASE=2021020000 \
78+
-D INF_ENGINE_RELEASE=2021030000 \
7979
-D INF_ENGINE_INCLUDE_DIRS=$ABS_PORTION/dldt/inference-engine/include \
8080
-D INF_ENGINE_LIB_DIRS=$ABS_PORTION/dldt/bin/intel64/Release/lib \
8181
-D CPU_BASELINE=SSE4_2 \

create_wheel/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __len__(self):
1515

1616
setuptools.setup(
1717
name='opencv-python-inference-engine',
18-
version='2021.03.03',
18+
version='2021.04.04',
1919
url="https://github.com/banderlog/opencv-python-inference-engine",
2020
maintainer="Kabakov Borys",
2121
license='MIT, Apache 2.0',

0 commit comments

Comments
 (0)