Skip to content

Commit c2e977b

Browse files
committed
Release 0.1.0
1 parent 3fd43ff commit c2e977b

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

src/fileforge/core/client_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_headers(self) -> typing.Dict[str, str]:
2727
headers: typing.Dict[str, str] = {
2828
"X-Fern-Language": "Python",
2929
"X-Fern-SDK-Name": "fileforge",
30-
"X-Fern-SDK-Version": "0.0.13",
30+
"X-Fern-SDK-Version": "0.1.0",
3131
}
3232
username = self._get_username()
3333
password = self._get_password()

0 commit comments

Comments
 (0)