diff options
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/api_client.py')
-rw-r--r-- | python_openapi_client/fatcat_openapi_client/api_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/api_client.py b/python_openapi_client/fatcat_openapi_client/api_client.py index 12cb98ca..d156560a 100644 --- a/python_openapi_client/fatcat_openapi_client/api_client.py +++ b/python_openapi_client/fatcat_openapi_client/api_client.py @@ -77,7 +77,7 @@ class ApiClient(object): self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/0.3.1/python' + self.user_agent = 'OpenAPI-Generator/0.3.2/python' def __del__(self): if self._pool: |