Skip to content

Commit 8fa46c3

Browse files
committed
Release 1.1.1
1 parent f8e6914 commit 8fa46c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "murf"
33

44
[tool.poetry]
55
name = "murf"
6-
version = "1.1.0"
6+
version = "1.1.1"
77
description = ""
88
readme = "README.md"
99
authors = []

src/murf/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
1717
"X-Fern-Language": "Python",
1818
"X-Fern-SDK-Name": "murf",
19-
"X-Fern-SDK-Version": "1.1.0",
19+
"X-Fern-SDK-Version": "1.1.1",
2020
}
2121
if self._api_key is not None:
2222
headers["api-key"] = self._api_key

0 commit comments

Comments
 (0)