Skip to content

Commit 2f32ee7

Browse files
committed
Release 0.1.1
1 parent c2e977b commit 2f32ee7

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.1.0"
3+
version = "0.1.1"
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.1.0",
30+
"X-Fern-SDK-Version": "0.1.1",
3131
}
3232
username = self._get_username()
3333
password = self._get_password()

0 commit comments

Comments
 (0)