We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77af1bb commit b48ae7fCopy full SHA for b48ae7f
1 file changed
bandwidth/api_client.py
@@ -77,7 +77,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
77
self.default_headers[header_name] = header_value
78
self.cookie = cookie
79
# Set default User-Agent.
80
- self.user_agent = 'OpenAPI-Generator/1.0.0/python'
+ self.user_agent = 'OpenAPI-Generator/15.0.0b1/python'
81
82
def __enter__(self):
83
return self
0 commit comments