diff --git a/pyproject.toml b/pyproject.toml index 80650e8..5bc5971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vectara" -version = "0.2.28" +version = "0.2.29" description = "" readme = "README.md" authors = [] diff --git a/src/vectara/core/client_wrapper.py b/src/vectara/core/client_wrapper.py index 48e1f01..6724f47 100644 --- a/src/vectara/core/client_wrapper.py +++ b/src/vectara/core/client_wrapper.py @@ -25,7 +25,7 @@ def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { "X-Fern-Language": "Python", "X-Fern-SDK-Name": "vectara", - "X-Fern-SDK-Version": "0.2.28", + "X-Fern-SDK-Version": "0.2.29", } if self._api_key is not None: headers["x-api-key"] = self._api_key