Skip to content

Commit 608b69c

Browse files
committed
Release 0.1.8
1 parent 200971a commit 608b69c

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 = "codecombat"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
description = ""
55
readme = "README.md"
66
authors = []

src/codecombat/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2121
headers: typing.Dict[str, str] = {
2222
"X-Fern-Language": "Python",
2323
"X-Fern-SDK-Name": "codecombat",
24-
"X-Fern-SDK-Version": "0.1.7",
24+
"X-Fern-SDK-Version": "0.1.8",
2525
}
2626
headers["Authorization"] = httpx.BasicAuth(self._get_username(), self._get_password())._auth_header
2727
return headers

0 commit comments

Comments
 (0)