Skip to content

Commit 7a122d3

Browse files
committed
Release 0.0.1067
1 parent be6a4ba commit 7a122d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

poetry.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "revert-api"
3-
version = "0.0.970"
3+
version = "0.0.1067"
44
description = ""
55
readme = "README.md"
66
authors = []

src/revert/core/client_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1313
headers: typing.Dict[str, str] = {
1414
"X-Fern-Language": "Python",
1515
"X-Fern-SDK-Name": "revert-api",
16-
"X-Fern-SDK-Version": "0.0.970",
16+
"X-Fern-SDK-Version": "0.0.1067",
1717
}
1818
return headers
1919

0 commit comments

Comments
 (0)