diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-12 17:35:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-10-13 16:21:30 -0700 |
commit | 6214e9f251cfa945641d9fbd2149746e83ec8331 (patch) | |
tree | 665904635db7f646b14924e94a65b89873b65038 /python_openapi_client/fatcat_openapi_client/configuration.py | |
parent | f150c9f7389afaacde8a60cb933452e062aad9bb (diff) | |
download | fatcat-6214e9f251cfa945641d9fbd2149746e83ec8331.tar.gz fatcat-6214e9f251cfa945641d9fbd2149746e83ec8331.zip |
python client: codegen for v0.4
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 e970b674..c0e39620 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.3 + The version of the OpenAPI document: 0.4.0 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.3\n"\ - "SDK Package Version: 0.3.3".\ + "Version of the API: 0.4.0\n"\ + "SDK Package Version: 0.4.0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): |