Skip to content

Commit e31952f

Browse files
committed
Release 0.0.49
1 parent a4d81d1 commit e31952f

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

pyproject.toml

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

44
[tool.poetry]
55
name = "axiomatic"
6-
version = "0.0.48"
6+
version = "0.0.49"
77
description = ""
88
readme = "README.md"
99
authors = []

src/axiomatic/client.py

Lines changed: 0 additions & 7 deletions
This file was deleted.

src/axiomatic/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def get_headers(self) -> typing.Dict[str, str]:
1616
headers: typing.Dict[str, str] = {
1717
"X-Fern-Language": "Python",
1818
"X-Fern-SDK-Name": "axiomatic",
19-
"X-Fern-SDK-Version": "0.0.48",
19+
"X-Fern-SDK-Version": "0.0.49",
2020
}
2121
headers["X-API-Key"] = self.api_key
2222
return headers

src/axiomatic/document_helper.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)