Skip to content

Commit 9bce25e

Browse files
Release 1.15.5
1 parent e8516ce commit 9bce25e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

44
[tool.poetry]
55
name = "polytomic"
6-
version = "1.15.4"
6+
version = "1.15.5"
77
description = ""
88
readme = "README.md"
99
authors = []

src/polytomic/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2424
headers: typing.Dict[str, str] = {
2525
"X-Fern-Language": "Python",
2626
"X-Fern-SDK-Name": "polytomic",
27-
"X-Fern-SDK-Version": "1.15.4",
27+
"X-Fern-SDK-Version": "1.15.5",
2828
}
2929
if self._version is not None:
3030
headers["X-Polytomic-Version"] = self._version

0 commit comments

Comments
 (0)