Skip to content

Commit b4cd4fe

Browse files
committed
SDK regeneration
1 parent 2f2966e commit b4cd4fe

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "humanloop"
3-
version = "0.0.25"
3+
version = "0.8.0b0"
44
description = ""
55
readme = "README.md"
66
authors = []

src/humanloop/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1717
headers: typing.Dict[str, str] = {
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "humanloop",
20-
"X-Fern-SDK-Version": "0.0.25",
20+
"X-Fern-SDK-Version": "0.8.0b0",
2121
}
2222
headers["X-API-KEY"] = self.api_key
2323
return headers

0 commit comments

Comments
 (0)