Skip to content

Commit 2179618

Browse files
committed
Release 0.0.69
1 parent ee56233 commit 2179618

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "respeecher"
33

44
[tool.poetry]
55
name = "respeecher"
6-
version = "0.0.67"
6+
version = "0.0.69"
77
description = ""
88
readme = "README.md"
99
authors = []

src/respeecher/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1717
headers: typing.Dict[str, str] = {
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "respeecher",
20-
"X-Fern-SDK-Version": "0.0.67",
20+
"X-Fern-SDK-Version": "0.0.69",
2121
}
2222
headers["X-API-Key"] = self.api_key
2323
return headers

0 commit comments

Comments
 (0)