From 7298d03998d1334b46eaeb48daac1e9fa59214b2 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:54:30 +0000 Subject: [PATCH] SDK regeneration --- pyproject.toml | 2 +- src/schematic/core/client_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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