diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:49:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-09-18 17:49:30 -0700 |
commit | a8fec1c8d34292d0ea74690d545db519c1ee8be6 (patch) | |
tree | df6ac208da1e856e8bf76c7fe5ad978325b7aa66 /python_openapi_client/fatcat_openapi_client/configuration.py | |
parent | edc000220baee1f91811345aba87bdab2d259c61 (diff) | |
download | fatcat-a8fec1c8d34292d0ea74690d545db519c1ee8be6.tar.gz fatcat-a8fec1c8d34292d0ea74690d545db519c1ee8be6.zip |
codegen python lib v0.3.1
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/configuration.py')
-rw-r--r-- | python_openapi_client/fatcat_openapi_client/configuration.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/configuration.py b/python_openapi_client/fatcat_openapi_client/configuration.py index 76262ca0..a62f555e 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 - OpenAPI spec version: 0.3.0 + OpenAPI spec version: 0.3.1 Contact: webservices@archive.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -242,6 +242,6 @@ class Configuration(object): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.3.0\n"\ + "Version of the API: 0.3.1\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) |