Skip to content

Commit

Permalink
Bump to Zivid SDK 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Feb 9, 2024
1 parent 8ed4df6 commit 85a1517
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Zivid Python is the official Python package for Zivid 3D cameras. Read more abou
### Dependencies

* [Python](https://www.python.org/) version 3.7 or higher
* [Zivid SDK][zivid-download-software-url] version 2.11.0 (see [here][zivid-software-installation-url] for help)
* [Zivid SDK][zivid-download-software-url] version 2.11.1 (see [here][zivid-software-installation-url] for help)
* [Compiler](doc/CompilerInstallation.md) with C++17 support

*Ubuntu users must install Python headers (`apt install python3-dev`) in addition to the regular `python3` package.*
Expand Down
2 changes: 1 addition & 1 deletion continuous-integration/deployment/expected-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0.2.11.0
2.11.1.2.11.1
2 changes: 1 addition & 1 deletion continuous-integration/versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ZIVID_SDK_EXACT_VERSION": "2.11.0+95829246-1",
"ZIVID_SDK_EXACT_VERSION": "2.11.1+de9b5dae-1",
"ZIVID_TELICAM_EXACT_VERSION": "3.0.1.1-3"
}
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

# To be replaced by: from setuptools_scm import get_version
def get_version():
return "2.11.0"
return "2.11.1"


def _zivid_sdk_version():
return "2.11.0"
return "2.11.1"


def _zivid_python_version():
Expand Down

0 comments on commit 85a1517

Please sign in to comment.