Skip to content

Commit bf745e2

Browse files
committed
Release 0.0.82
1 parent 5b954c7 commit bf745e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.mock/fern.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization" : "fern",
3-
"version" : "0.0.81"
3+
"version" : "0.0.82"
44
}

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

0 commit comments

Comments
 (0)