diff --git a/pyproject.toml b/pyproject.toml index f868b0b..5705d2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fern-metriport" -version = "0.1.2" +version = "0.1.3" description = "" readme = "README.md" authors = [] diff --git a/src/metriport/core/client_wrapper.py b/src/metriport/core/client_wrapper.py index 73f58da..ad07dbd 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.2", + "X-Fern-SDK-Version": "0.1.3", } headers["X-API-Key"] = self.api_key return headers