Skip to content

Commit fc0a1ce

Browse files
committed
Release 1.3.2
1 parent d8a19fd commit fc0a1ce

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
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "multion"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = ""
55
readme = "README.md"
66
authors = []

src/multion/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1717
headers: typing.Dict[str, str] = {
1818
"X-Fern-Language": "Python",
1919
"X-Fern-SDK-Name": "multion",
20-
"X-Fern-SDK-Version": "1.3.1",
20+
"X-Fern-SDK-Version": "1.3.2",
2121
}
2222
headers["X_MULTION_API_KEY"] = self.api_key
2323
return headers

0 commit comments

Comments
 (0)