From 2ce66191d44e76162ac955e90a1019c06d43e81e Mon Sep 17 00:00:00 2001
From: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
Date: Mon, 6 May 2024 10:43:47 +0000
Subject: [PATCH] Release 0.0.922

---
 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 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