diff --git a/pyproject.toml b/pyproject.toml index 789c7cb..9021679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "schematichq" -version = "0.0.5" +version = "0.0.6" description = "" readme = "README.md" authors = [] diff --git a/src/schematic/core/client_wrapper.py b/src/schematic/core/client_wrapper.py index 2308f71..08d2f35 100644 --- a/src/schematic/core/client_wrapper.py +++ b/src/schematic/core/client_wrapper.py @@ -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