Skip to content

Commit be2d6c6

Browse files
committed
Release 0.1.2
1 parent 9388f03 commit be2d6c6

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 = "0.1.1"
6+
version = "0.1.2"
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": "0.1.1",
19+
"X-Fern-SDK-Version": "0.1.2",
2020
}
2121
if self._api_key is not None:
2222
headers["api-key"] = self._api_key

0 commit comments

Comments
 (0)