aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/configuration.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:55:27 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:55:27 -0800
commit574a3cacafab2f32c7371ce24ef58c95b925e596 (patch)
tree7fc3f104206bd33525a16b05c3e2090c75920964 /python_openapi_client/fatcat_openapi_client/configuration.py
parentf8c46caf789b01f9585592a95c55b04ca09989db (diff)
downloadfatcat-574a3cacafab2f32c7371ce24ef58c95b925e596.tar.gz
fatcat-574a3cacafab2f32c7371ce24ef58c95b925e596.zip
bump python client to 0.5.0
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/configuration.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/configuration.py6
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 0b186c5b..dacf77c9 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.1
+ The version of the OpenAPI document: 0.5.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.4.1\n"\
- "SDK Package Version: 0.4.1".\
+ "Version of the API: 0.5.0\n"\
+ "SDK Package Version: 0.5.0".\
format(env=sys.platform, pyversion=sys.version)
def get_host_settings(self):