Skip to content

Commit

Permalink
Merge pull request #2 from SchematicHQ/fern-bot/05-14-2024-0719PM
Browse files Browse the repository at this point in the history
🌿 Fern Regeneration -- May 14, 2024
  • Loading branch information
fern-support authored May 14, 2024
2 parents b6324cd + 569f8de commit 210dec0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "schematic"
version = "0.0.4"
name = "schematichq"
version = "0.0.5"
description = ""
readme = "README.md"
authors = []
Expand Down
4 changes: 2 additions & 2 deletions src/schematic/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ def __init__(self, *, api_key: str, base_url: str, timeout: typing.Optional[floa
def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "schematic",
"X-Fern-SDK-Version": "0.0.4",
"X-Fern-SDK-Name": "schematichq",
"X-Fern-SDK-Version": "0.0.5",
}
headers["X-Schematic-Api-Key"] = self.api_key
return headers
Expand Down
2 changes: 1 addition & 1 deletion src/schematic/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

from importlib import metadata

__version__ = metadata.version("schematic")
__version__ = metadata.version("schematichq")

0 comments on commit 210dec0

Please sign in to comment.