Skip to content

Commit 47964c0

Browse files
committed
bump version to 0.0.1-beta15
1 parent 5636a6e commit 47964c0

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 = "gooeyai"
3-
version = "0.0.1-beta14"
3+
version = "0.0.1-beta15"
44
description = ""
55
readme = "README.md"
66
authors = []

src/gooey/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": "gooeyai",
25-
"X-Fern-SDK-Version": "0.0.1-beta14",
25+
"X-Fern-SDK-Version": "0.0.1-beta15",
2626
}
2727
headers["Authorization"] = f"Bearer {self._get_api_key()}"
2828
return headers

0 commit comments

Comments
 (0)