From 501b38a3fdd0293857a1e0887c8334075b23b5f8 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 08:44:41 +0000 Subject: [PATCH] Release 0.0.795 --- 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 b905817..0a9e223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "revert-api" -version = "0.0.785" +version = "0.0.795" description = "" readme = "README.md" authors = [] diff --git a/src/revert/core/client_wrapper.py b/src/revert/core/client_wrapper.py index d0a5f46..41ff52e 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.785", + "X-Fern-SDK-Version": "0.0.795", } return headers