From c14e301bbc74e9b87d835813609362e2489d963a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 17 Nov 2021 14:33:37 -0800 Subject: update python client library codegen for content_scope --- python_openapi_client/fatcat_openapi_client/api_client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python_openapi_client/fatcat_openapi_client/api_client.py') diff --git a/python_openapi_client/fatcat_openapi_client/api_client.py b/python_openapi_client/fatcat_openapi_client/api_client.py index efef8cbf..ed083dfa 100644 --- a/python_openapi_client/fatcat_openapi_client/api_client.py +++ b/python_openapi_client/fatcat_openapi_client/api_client.py @@ -4,7 +4,7 @@ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501 - The version of the OpenAPI document: 0.4.0 + The version of the OpenAPI document: 0.4.1 Contact: webservices@archive.org Generated by: https://openapi-generator.tech """ @@ -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.4.0/python' + self.user_agent = 'OpenAPI-Generator/0.4.1/python' def __del__(self): if self._pool: -- cgit v1.2.3