Skip to content

Commit 165ba6c

Browse files
committed
SDK regeneration
1 parent 293e97a commit 165ba6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "cohere"
3-
version = "5.0.0a6"
3+
version = "5.0.0a7"
44
description = ""
55
readme = "README.md"
66
authors = []

src/cohere/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2121
headers: typing.Dict[str, str] = {
2222
"X-Fern-Language": "Python",
2323
"X-Fern-SDK-Name": "cohere",
24-
"X-Fern-SDK-Version": "5.0.0a6",
24+
"X-Fern-SDK-Version": "5.0.0a7",
2525
}
2626
if self._client_name is not None:
2727
headers["X-Client-Name"] = self._client_name

0 commit comments

Comments
 (0)