Skip to content

Commit 6cf7613

Browse files
committed
Release 0.0.4
1 parent 46b92a2 commit 6cf7613

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

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

44
[tool.poetry]
55
name = "test-package-devin"
6-
version = "0.0.2"
6+
version = "0.0.4"
77
description = ""
88
readme = "README.md"
99
authors = []

src/devin/core/client_wrapper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def __init__(
2020

2121
def get_headers(self) -> typing.Dict[str, str]:
2222
headers: typing.Dict[str, str] = {
23-
"User-Agent": "test-package-devin/0.0.2",
23+
"User-Agent": "test-package-devin/0.0.4",
2424
"X-Fern-Language": "Python",
2525
"X-Fern-SDK-Name": "test-package-devin",
26-
"X-Fern-SDK-Version": "0.0.2",
26+
"X-Fern-SDK-Version": "0.0.4",
2727
**(self.get_custom_headers() or {}),
2828
}
2929
return headers

0 commit comments

Comments
 (0)