diff --git a/pyproject.toml b/pyproject.toml index 8f5ad12..067d2e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "metriport" -version = "8.0.0-beta" +version = "8.0.1-beta" description = "" readme = "README.md" authors = [] diff --git a/src/metriport/core/client_wrapper.py b/src/metriport/core/client_wrapper.py index 4892636..de5ac7c 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": "metriport", - "X-Fern-SDK-Version": "8.0.0-beta", + "X-Fern-SDK-Version": "8.0.1-beta", } headers["X-API-Key"] = self.api_key return headers