Skip to content

Commit cf820be

Browse files
committed
bump to 2.0.0b2
1 parent 264cf57 commit cf820be

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 = "webflow"
3-
version = "2.0.0b1"
3+
version = "2.0.0b2"
44
description = ""
55
readme = "README.md"
66
authors = []

src/webflow/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
2323
"X-Fern-Language": "Python",
2424
"X-Fern-SDK-Name": "webflow",
25-
"X-Fern-SDK-Version": "2.0.0b1",
25+
"X-Fern-SDK-Version": "2.0.0b2",
2626
}
2727
headers["Authorization"] = f"Bearer {self._get_access_token()}"
2828
return headers

0 commit comments

Comments
 (0)