Skip to content

Commit 0820eb4

Browse files
committed
Release 0.0.40
1 parent da0ad5a commit 0820eb4

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 = "vocode-api"
3-
version = "0.0.39"
3+
version = "0.0.40"
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.39",
17+
"X-Fern-SDK-Version": "0.0.40",
1818
}
1919
headers["Authorization"] = f"Bearer {self._get_token()}"
2020
return headers

0 commit comments

Comments
 (0)