Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed May 26, 2024
1 parent 3fd43ff commit c2e977b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fileforge"
version = "0.0.13"
version = "0.1.0"
description = ""
readme = "README.md"
authors = []
Expand Down
2 changes: 1 addition & 1 deletion src/fileforge/core/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_headers(self) -> typing.Dict[str, str]:
headers: typing.Dict[str, str] = {
"X-Fern-Language": "Python",
"X-Fern-SDK-Name": "fileforge",
"X-Fern-SDK-Version": "0.0.13",
"X-Fern-SDK-Version": "0.1.0",
}
username = self._get_username()
password = self._get_password()
Expand Down

0 comments on commit c2e977b

Please sign in to comment.