diff --git a/pyproject.toml b/pyproject.toml index d646405..44ec531 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "revert-api" -version = "0.0.861" +version = "0.0.922" description = "" readme = "README.md" authors = [] diff --git a/src/revert/core/client_wrapper.py b/src/revert/core/client_wrapper.py index cc05671..329c7ba 100644 --- a/src/revert/core/client_wrapper.py +++ b/src/revert/core/client_wrapper.py @@ -13,7 +13,7 @@ def get_headers(self) -> typing.Dict[str, str]: headers: typing.Dict[str, str] = { "X-Fern-Language": "Python", "X-Fern-SDK-Name": "revert-api", - "X-Fern-SDK-Version": "0.0.861", + "X-Fern-SDK-Version": "0.0.922", } return headers