Skip to content

Commit c67694d

Browse files
committedApr 9, 2024
Release v0.2.28
1 parent 8cfc181 commit c67694d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎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 = "superagent-py"
3-
version = "v0.2.27"
3+
version = "v0.2.28"
44
description = ""
55
readme = "README.md"
66
authors = []

‎src/superagent/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": "superagent-py",
19-
"X-Fern-SDK-Version": "v0.2.27",
19+
"X-Fern-SDK-Version": "v0.2.28",
2020
}
2121
token = self._get_token()
2222
if token is not None:

0 commit comments

Comments
 (0)