aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/__init__.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 14:33:37 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:16:25 -0800
commitc14e301bbc74e9b87d835813609362e2489d963a (patch)
tree190387e7ee642af7dbe6f591b34b1bf533095e87 /python_openapi_client/fatcat_openapi_client/__init__.py
parenta0dd2fe16287328101e9ebb0e94f65709318b252 (diff)
downloadfatcat-c14e301bbc74e9b87d835813609362e2489d963a.tar.gz
fatcat-c14e301bbc74e9b87d835813609362e2489d963a.zip
update python client library codegen for content_scope
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/__init__.py')
-rw-r--r--python_openapi_client/fatcat_openapi_client/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/__init__.py b/python_openapi_client/fatcat_openapi_client/__init__.py
index 5f1a7fba..329e5488 100644
--- a/python_openapi_client/fatcat_openapi_client/__init__.py
+++ b/python_openapi_client/fatcat_openapi_client/__init__.py
@@ -7,7 +7,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
"""
@@ -15,7 +15,7 @@
from __future__ import absolute_import
-__version__ = "0.4.0"
+__version__ = "0.4.1"
# import apis into sdk package
from fatcat_openapi_client.api.default_api import DefaultApi