diff --git a/pyproject.toml b/pyproject.toml index ad5e8a9..f121369 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ssoready" -version = "0.2.1" +version = "1.0.0" description = "" readme = "README.md" authors = [] diff --git a/src/ssoready/core/client_wrapper.py b/src/ssoready/core/client_wrapper.py index c7a83eb..dcbad76 100644 --- a/src/ssoready/core/client_wrapper.py +++ b/src/ssoready/core/client_wrapper.py @@ -23,7 +23,7 @@ def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { "X-Fern-Language": "Python", "X-Fern-SDK-Name": "ssoready", - "X-Fern-SDK-Version": "0.2.1", + "X-Fern-SDK-Version": "1.0.0", } api_key = self._get_api_key() if api_key is not None: