File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Zivid Python is the official Python package for Zivid 3D cameras. Read more abou
1616### Dependencies
1717
1818* [ Python] ( https://www.python.org/ ) version 3.7 or higher
19- * [ Zivid SDK] [ zivid-download-software-url ] version 2.14.0 (see [ here] [ zivid-software-installation-url ] for help)
19+ * [ Zivid SDK] [ zivid-download-software-url ] version 2.14.1 (see [ here] [ zivid-software-installation-url ] for help)
2020* [ Compiler] ( doc/CompilerInstallation.md ) with C++17 support
2121
2222* Ubuntu users must install Python headers (` apt install python3-dev ` ) in addition to the regular ` python3 ` package.*
Original file line number Diff line number Diff line change 1- 2.14.0 .2.14.0
1+ 2.14.1 .2.14.1
Original file line number Diff line number Diff line change 11{
2- "ZIVID_SDK_EXACT_VERSION" : " 2.14.0+e4a0c4a9 -1"
2+ "ZIVID_SDK_EXACT_VERSION" : " 2.14.1+b4e8f261 -1"
33}
Original file line number Diff line number Diff line change 1010
1111# To be replaced by: from setuptools_scm import get_version
1212def get_version ():
13- return "2.14.0 "
13+ return "2.14.1 "
1414
1515
1616def _zivid_sdk_version ():
17- return "2.14.0 "
17+ return "2.14.1 "
1818
1919
2020def _zivid_python_version ():
You can’t perform that action at this time.
0 commit comments