From 85a1517268da32261428e2da327bf9229b449734 Mon Sep 17 00:00:00 2001 From: John Ingve Olsen Date: Fri, 9 Feb 2024 12:08:29 +0100 Subject: [PATCH] Bump to Zivid SDK 2.11.1 --- README.md | 2 +- continuous-integration/deployment/expected-version.txt | 2 +- continuous-integration/versions.json | 2 +- setup.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index edb68b59..ae4e3e95 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/continuous-integration/deployment/expected-version.txt b/continuous-integration/deployment/expected-version.txt index a2d85a56..0746a2c0 100644 --- a/continuous-integration/deployment/expected-version.txt +++ b/continuous-integration/deployment/expected-version.txt @@ -1 +1 @@ -2.11.0.2.11.0 +2.11.1.2.11.1 diff --git a/continuous-integration/versions.json b/continuous-integration/versions.json index fb6b0929..ba0f3739 100644 --- a/continuous-integration/versions.json +++ b/continuous-integration/versions.json @@ -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" } diff --git a/setup.py b/setup.py index ae50c687..b20a3870 100644 --- a/setup.py +++ b/setup.py @@ -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():