Skip to content

Commit

Permalink
Release 0.0.624
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Feb 8, 2024
1 parent 9c69cb9 commit 929ae7a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "revert-api"
version = "0.0.605"
version = "0.0.624"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/revert/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.605",
"X-Fern-SDK-Version": "0.0.624",
}
return headers

Expand Down

0 comments on commit 929ae7a

Please sign in to comment.