From b53e63bd7c9f8226b8fe61460c11f7144b8de07a Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 16:47:59 +0000 Subject: [PATCH] Release 0.0.785 --- pyproject.toml | 2 +- src/revert/core/client_wrapper.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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