Skip to content

Commit

Permalink
Release 0.0.1-beta22
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Sep 12, 2024
1 parent c11cee7 commit 2b6bd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gooeyai"
version = "0.0.1-beta21"
version = "0.0.1-beta22"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/gooey/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "gooeyai",
"X-Fern-SDK-Version": "0.0.1-beta21",
"X-Fern-SDK-Version": "0.0.1-beta22",
}
headers["Authorization"] = f"Bearer {self._get_api_key()}"
return headers
Expand Down

0 comments on commit 2b6bd7d

Please sign in to comment.