Skip to content

Commit 9971844

Browse files
committed
Release 0.0.8
1 parent b375119 commit 9971844

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.0-rc1"
3+
version = "0.0.8"
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.0-rc1",
19+
"X-Fern-SDK-Version": "0.0.8",
2020
}
2121
headers["Authorization"] = f"Bearer {self._get_token()}"
2222
return headers

0 commit comments

Comments
 (0)