diff --git a/pyproject.toml b/pyproject.toml index 657a927..b905817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "revert-api" -version = "0.0.783" +version = "0.0.785" description = "" readme = "README.md" authors = [] diff --git a/src/revert/core/client_wrapper.py b/src/revert/core/client_wrapper.py index 2c17ab3..d0a5f46 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.783", + "X-Fern-SDK-Version": "0.0.785", } return headers