Skip to content

Commit 1ddee6e

Browse files
committed
Release 0.0.90
1 parent cb12e62 commit 1ddee6e

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 = "fern-api"
3-
version = "0.0.88"
3+
version = "0.0.90"
44
description = ""
55
readme = "README.md"
66
authors = []

src/fern/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": "fern-api",
19-
"X-Fern-SDK-Version": "0.0.88",
19+
"X-Fern-SDK-Version": "0.0.90",
2020
}
2121
headers["Authorization"] = f"Bearer {self._get_token()}"
2222
return headers

0 commit comments

Comments
 (0)