From b4d675b3a4a085d6338d8df5196f4a37dd7c39bc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 17 Nov 2020 15:33:10 -0800 Subject: codegen python client library for v0.3.3 --- python_openapi_client/fatcat_openapi_client/configuration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python_openapi_client/fatcat_openapi_client/configuration.py') diff --git a/python_openapi_client/fatcat_openapi_client/configuration.py b/python_openapi_client/fatcat_openapi_client/configuration.py index cf75cc8a..e970b674 100644 --- a/python_openapi_client/fatcat_openapi_client/configuration.py +++ b/python_openapi_client/fatcat_openapi_client/configuration.py @@ -5,7 +5,7 @@ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501 - The version of the OpenAPI document: 0.3.1 + The version of the OpenAPI document: 0.3.3 Contact: webservices@archive.org Generated by: https://openapi-generator.tech """ @@ -267,8 +267,8 @@ class Configuration(object): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.3.1\n"\ - "SDK Package Version: 0.3.2".\ + "Version of the API: 0.3.3\n"\ + "SDK Package Version: 0.3.3".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): -- cgit v1.2.3