Skip to content

Commit d438484

Browse files
committed
Release 0.1.1
1 parent cef3bc0 commit d438484

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
@@ -156,3 +156,4 @@ an issue first to discuss with us!
156156

157157
On the other hand, contributions to the README are always very welcome!
158158

159+

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

0 commit comments

Comments
 (0)