Skip to content

Commit 5edd25f

Browse files
committed
Release 0.0.45
1 parent 4ddfe1d commit 5edd25f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "vocode-api"
3-
version = "0.0.43"
3+
version = "0.0.45"
44
description = ""
55
readme = "README.md"
66
authors = []

src/vocode/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1414
headers: typing.Dict[str, str] = {
1515
"X-Fern-Language": "Python",
1616
"X-Fern-SDK-Name": "vocode-api",
17-
"X-Fern-SDK-Version": "0.0.43",
17+
"X-Fern-SDK-Version": "0.0.45",
1818
}
1919
headers["Authorization"] = f"Bearer {self._get_token()}"
2020
return headers

0 commit comments

Comments
 (0)