Skip to content

Commit 74c3022

Browse files
Bump
1 parent 2ed7109 commit 74c3022

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.5.4"
3+
version = "5.5.5"
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
@@ -25,7 +25,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2525
headers: typing.Dict[str, str] = {
2626
"X-Fern-Language": "Python",
2727
"X-Fern-SDK-Name": "cohere",
28-
"X-Fern-SDK-Version": "5.5.4",
28+
"X-Fern-SDK-Version": "5.5.5",
2929
}
3030
if self._client_name is not None:
3131
headers["X-Client-Name"] = self._client_name

0 commit comments

Comments
 (0)