From 57e2be761e222420700b3c6b37b1ba92e435125a Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:43:46 +0000 Subject: [PATCH] Release 0.1.7 --- pyproject.toml | 2 +- src/metriport/core/client_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 74781ef..be8ba3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fern-metriport" -version = "0.1.6" +version = "0.1.7" description = "" readme = "README.md" authors = [] diff --git a/src/metriport/core/client_wrapper.py b/src/metriport/core/client_wrapper.py index 6feb198..a7c09d9 100644 --- a/src/metriport/core/client_wrapper.py +++ b/src/metriport/core/client_wrapper.py @@ -14,7 +14,7 @@ def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { "X-Fern-Language": "Python", "X-Fern-SDK-Name": "fern-metriport", - "X-Fern-SDK-Version": "0.1.6", + "X-Fern-SDK-Version": "0.1.7", } headers["X-API-Key"] = self.api_key return headers