Skip to content

Commit 228f8f6

Browse files
committed
chore: manual bump to 1.50.3
1 parent 57f85b6 commit 228f8f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elevenlabs"
3-
version = "1.50.2"
3+
version = "1.50.3"
44
description = ""
55
readme = "README.md"
66
authors = []

src/elevenlabs/core/client_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
1717
"X-Fern-Language": "Python",
1818
"X-Fern-SDK-Name": "elevenlabs",
19-
"X-Fern-SDK-Version": "1.50.2",
19+
"X-Fern-SDK-Version": "1.50.3",
2020
}
2121
if self._api_key is not None:
2222
headers["xi-api-key"] = self._api_key

0 commit comments

Comments
 (0)