Skip to content

Commit

Permalink
Merge pull request #315 from zivid/bump-to-SDK-2.14.1
Browse files Browse the repository at this point in the history
Bump to Zivid SDK 2.14.1
  • Loading branch information
johningve authored Jan 28, 2025
2 parents 968de1d + fcdfd3c commit 4c79eff
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.14.0 (see [here][zivid-software-installation-url] for help)
* [Zivid SDK][zivid-download-software-url] version 2.14.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.14.0.2.14.0
2.14.1.2.14.1
2 changes: 1 addition & 1 deletion continuous-integration/versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ZIVID_SDK_EXACT_VERSION": "2.14.0+e4a0c4a9-1"
"ZIVID_SDK_EXACT_VERSION": "2.14.1+b4e8f261-1"
}
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.14.0"
return "2.14.1"


def _zivid_sdk_version():
return "2.14.0"
return "2.14.1"


def _zivid_python_version():
Expand Down

0 comments on commit 4c79eff

Please sign in to comment.