Skip to content

Commit 9ab3f7c

Browse files
committed
Release 0.1.2
1 parent d438484 commit 9ab3f7c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,4 @@ an issue first to discuss with us!
157157
On the other hand, contributions to the README are always very welcome!
158158

159159

160+

pyproject.toml

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

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

src/devintest/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": "devin-new-test-package/0.1.1",
23+
"User-Agent": "devin-new-test-package/0.1.2",
2424
"X-Fern-Language": "Python",
2525
"X-Fern-SDK-Name": "devin-new-test-package",
26-
"X-Fern-SDK-Version": "0.1.1",
26+
"X-Fern-SDK-Version": "0.1.2",
2727
**(self.get_custom_headers() or {}),
2828
}
2929
return headers

0 commit comments

Comments
 (0)