Skip to content

Commit

Permalink
Merge pull request #3 from SchematicHQ/fern-bot/05-15-2024-0454PM
Browse files Browse the repository at this point in the history
🌿 Fern Regeneration -- May 15, 2024
  • Loading branch information
fern-support authored May 15, 2024
2 parents 210dec0 + 7298d03 commit f6b20e9
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 = "schematichq"
version = "0.0.5"
version = "0.0.6"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/schematic/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "schematichq",
"X-Fern-SDK-Version": "0.0.5",
"X-Fern-SDK-Version": "0.0.6",
}
headers["X-Schematic-Api-Key"] = self.api_key
return headers
Expand Down

0 comments on commit f6b20e9

Please sign in to comment.