Skip to content

Commit f3376b9

Browse files
committed
Release 0.0.6
1 parent f7b8ff1 commit f3376b9

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

src/fern/core/client_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1414
headers: typing.Dict[str, str] = {
1515
"X-Fern-Language": "Python",
1616
"X-Fern-SDK-Name": "fern-api",
17-
"X-Fern-SDK-Version": "0.0.5",
17+
"X-Fern-SDK-Version": "0.0.6",
1818
}
1919
headers["Authorization"] = f"Bearer {self._get_token()}"
2020
return headers

0 commit comments

Comments
 (0)