File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -156,3 +156,4 @@ an issue first to discuss with us!
156156
157157On the other hand, contributions to the README are always very welcome!
158158
159+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "devin-new-test-package"
33
44[tool .poetry ]
55name = " devin-new-test-package"
6- version = " 0.1.0 "
6+ version = " 0.1.1 "
77description = " "
88readme = " README.md"
99authors = []
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments