Skip to content

Commit 7d5a64d

Browse files
committed
Release 0.8.16
1 parent ef73e4d commit 7d5a64d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8.15"
3+
version = "0.8.16"
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
@@ -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": "humanloop",
19-
"X-Fern-SDK-Version": "0.8.15",
19+
"X-Fern-SDK-Version": "0.8.16",
2020
}
2121
headers["X-API-KEY"] = self.api_key
2222
return headers

0 commit comments

Comments
 (0)