Skip to content

Commit 85f1658

Browse files
authored
Bump version to 1.13.4 (elevenlabs#428)
1 parent c19ad6e commit 85f1658

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

src/elevenlabs/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
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.13.3",
19+
"X-Fern-SDK-Version": "1.13.4",
2020
}
2121
if self._api_key is not None:
2222
headers["xi-api-key"] = self._api_key

0 commit comments

Comments
 (0)