Skip to content

Commit 21d5ac4

Browse files
committed
Release 0.0.585
1 parent 06e31de commit 21d5ac4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Revert Python Library provides convenient access to the Revert API from appl
1010
# Installation
1111

1212
```sh
13-
pip install --upgrade revertdotdev/python
13+
pip install --upgrade revert-api
1414
```
1515
<!-- End Installation -->
1616

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
2-
name = "revertdotdev/python"
3-
version = "0.0.584"
2+
name = "revert-api"
3+
version = "0.0.585"
44
description = ""
55
readme = "README.md"
66
authors = []

src/revert/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def __init__(self, *, base_url: str):
1212
def get_headers(self) -> typing.Dict[str, str]:
1313
headers: typing.Dict[str, str] = {
1414
"X-Fern-Language": "Python",
15-
"X-Fern-SDK-Name": "revertdotdev/python",
16-
"X-Fern-SDK-Version": "0.0.584",
15+
"X-Fern-SDK-Name": "revert-api",
16+
"X-Fern-SDK-Version": "0.0.585",
1717
}
1818
return headers
1919

0 commit comments

Comments
 (0)