diff --git a/pyproject.toml b/pyproject.toml index d03a95f..74781ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fern-metriport" -version = "0.1.5" +version = "0.1.6" description = "" readme = "README.md" authors = [] diff --git a/src/metriport/core/client_wrapper.py b/src/metriport/core/client_wrapper.py index 1ae19d7..6feb198 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.5", + "X-Fern-SDK-Version": "0.1.6", } headers["X-API-Key"] = self.api_key return headers