Skip to content

Commit ee3e2d0

Browse files
committed
SDK regeneration
1 parent cfe90a7 commit ee3e2d0

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 = "truefoundry-sdk"
33

44
[tool.poetry]
55
name = "truefoundry-sdk"
6-
version = "0.0.0"
6+
version = "0.0.7"
77
description = ""
88
readme = "README.md"
99
authors = []

src/truefoundry_sdk/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
2323
"X-Fern-Language": "Python",
2424
"X-Fern-SDK-Name": "truefoundry-sdk",
25-
"X-Fern-SDK-Version": "0.0.0",
25+
"X-Fern-SDK-Version": "0.0.7",
2626
}
2727
headers["Authorization"] = f"Bearer {self._get_api_key()}"
2828
return headers

0 commit comments

Comments
 (0)