Skip to content

Commit 387c3b3

Browse files
committed
Release 1.1.0
1 parent 5ed9856 commit 387c3b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "vapi_server_sdk"
33

44
[tool.poetry]
55
name = "vapi_server_sdk"
6-
version = "1.0.0"
6+
version = "1.1.0"
77
description = ""
88
readme = "README.md"
99
authors = []

Diff for: src/vapi/core/client_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
2323
"X-Fern-Language": "Python",
2424
"X-Fern-SDK-Name": "vapi_server_sdk",
25-
"X-Fern-SDK-Version": "1.0.0",
25+
"X-Fern-SDK-Version": "1.1.0",
2626
}
2727
headers["Authorization"] = f"Bearer {self._get_token()}"
2828
return headers

0 commit comments

Comments
 (0)