Skip to content

Commit a434835

Browse files
Release 0.4.1
1 parent bb51370 commit a434835

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

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

44
[tool.poetry]
55
name = "vectara"
6-
version = "0.4.0"
6+
version = "0.4.1"
77
description = ""
88
readme = "README.md"
99
authors = []

src/vectara/core/client_wrapper.py

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

2626
def get_headers(self) -> typing.Dict[str, str]:
2727
headers: typing.Dict[str, str] = {
28-
"User-Agent": "vectara/0.4.0",
28+
"User-Agent": "vectara/0.4.1",
2929
"X-Fern-Language": "Python",
3030
"X-Fern-SDK-Name": "vectara",
31-
"X-Fern-SDK-Version": "0.4.0",
31+
"X-Fern-SDK-Version": "0.4.1",
3232
**(self.get_custom_headers() or {}),
3333
}
3434
if self._api_key is not None:

0 commit comments

Comments
 (0)