Skip to content

Commit d2f4693

Browse files
Release 1.6.1
1 parent 8f475b2 commit d2f4693

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

src/polytomic/core/client_wrapper.py

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

0 commit comments

Comments
 (0)