Skip to content

Commit b3e75a8

Browse files
chore: bump version 7.0.8 -> 7.0.9
1 parent 61261ab commit b3e75a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dynamic = ["version"]
44

55
[tool.poetry]
66
name = "cohere"
7-
version = "7.0.8"
7+
version = "7.0.9"
88
description = ""
99
readme = "README.md"
1010
authors = []

src/cohere/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ def get_headers(self) -> typing.Dict[str, str]:
3535
import platform
3636

3737
headers: typing.Dict[str, str] = {
38-
"User-Agent": "cohere/7.0.8",
38+
"User-Agent": "cohere/7.0.9",
3939
"X-Fern-Language": "Python",
4040
"X-Fern-Runtime": f"python/{platform.python_version()}",
4141
"X-Fern-Platform": f"{platform.system().lower()}/{platform.release()}",
4242
"X-Fern-SDK-Name": "cohere",
43-
"X-Fern-SDK-Version": "7.0.8",
43+
"X-Fern-SDK-Version": "7.0.9",
4444
**(self.get_custom_headers() or {}),
4545
}
4646
if self._client_name is not None:

0 commit comments

Comments
 (0)