diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 14:33:37 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-17 16:16:25 -0800 |
commit | c14e301bbc74e9b87d835813609362e2489d963a (patch) | |
tree | 190387e7ee642af7dbe6f591b34b1bf533095e87 /python_openapi_client/fatcat_openapi_client/configuration.py | |
parent | a0dd2fe16287328101e9ebb0e94f65709318b252 (diff) | |
download | fatcat-c14e301bbc74e9b87d835813609362e2489d963a.tar.gz fatcat-c14e301bbc74e9b87d835813609362e2489d963a.zip |
update python client library codegen for content_scope
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/configuration.py')
-rw-r--r-- | python_openapi_client/fatcat_openapi_client/configuration.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/configuration.py b/python_openapi_client/fatcat_openapi_client/configuration.py index c0e39620..0b186c5b 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.4.0 + The version of the OpenAPI document: 0.4.1 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.4.0\n"\ - "SDK Package Version: 0.4.0".\ + "Version of the API: 0.4.1\n"\ + "SDK Package Version: 0.4.1".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): |