Skip to content

Commit 4c79eff

Browse files
authored
Merge pull request #315 from zivid/bump-to-SDK-2.14.1
Bump to Zivid SDK 2.14.1
2 parents 968de1d + fcdfd3c commit 4c79eff

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.14.0.2.14.0
1+
2.14.1.2.14.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"ZIVID_SDK_EXACT_VERSION": "2.14.0+e4a0c4a9-1"
2+
"ZIVID_SDK_EXACT_VERSION": "2.14.1+b4e8f261-1"
33
}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
# To be replaced by: from setuptools_scm import get_version
1212
def get_version():
13-
return "2.14.0"
13+
return "2.14.1"
1414

1515

1616
def _zivid_sdk_version():
17-
return "2.14.0"
17+
return "2.14.1"
1818

1919

2020
def _zivid_python_version():

0 commit comments

Comments
 (0)