Skip to content

Commit cad3cfd

Browse files
committed
Release 2.0.4
1 parent 5779111 commit cad3cfd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

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

44
[tool.poetry]
55
name = "klavis"
6-
version = "2.0.3"
6+
version = "2.0.4"
77
description = ""
88
readme = "README.md"
99
authors = []

src/klavis/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def __init__(
2020

2121
def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
23-
"User-Agent": "klavis/2.0.3",
23+
"User-Agent": "klavis/2.0.4",
2424
"X-Fern-Language": "Python",
2525
"X-Fern-SDK-Name": "klavis",
26-
"X-Fern-SDK-Version": "2.0.3",
26+
"X-Fern-SDK-Version": "2.0.4",
2727
}
2828
api_key = self._get_api_key()
2929
if api_key is not None:

0 commit comments

Comments
 (0)