We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3210118 commit 043e50dCopy full SHA for 043e50d
2 files changed
cognite/client/_version.py
@@ -1,5 +1,5 @@
1
from __future__ import annotations
2
3
-__version__ = "8.0.2" # x-release-please-version
+__version__ = "8.0.3" # x-release-please-version
4
5
__api_subversion__ = "20230101"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cognite-sdk"
-version = "8.0.2"
+version = "8.0.3"
description = "Cognite Python SDK"
6
readme = "README.md"
0 commit comments