Skip to content

Commit f6ff1d1

Browse files
committed
Release 0.2.1
1 parent 8574c6c commit f6ff1d1

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 = "vapi_server_sdk"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = ""
55
readme = "README.md"
66
authors = []

src/vapi/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
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": "0.2.0",
25+
"X-Fern-SDK-Version": "0.2.1",
2626
}
2727
token = self._get_token()
2828
if token is not None:

0 commit comments

Comments
 (0)