aboutsummaryrefslogtreecommitdiffstats
path: root/python_client/fatcat_client
diff options
context:
space:
mode:
Diffstat (limited to 'python_client/fatcat_client')
-rw-r--r--python_client/fatcat_client/__init__.py2
-rw-r--r--python_client/fatcat_client/__version__.py2
-rw-r--r--python_client/fatcat_client/api/default_api.py2
-rw-r--r--python_client/fatcat_client/api_client.py2
-rw-r--r--python_client/fatcat_client/configuration.py4
-rw-r--r--python_client/fatcat_client/models/__init__.py2
-rw-r--r--python_client/fatcat_client/models/auth_oidc.py2
-rw-r--r--python_client/fatcat_client/models/auth_oidc_result.py2
-rw-r--r--python_client/fatcat_client/models/changelog_entry.py2
-rw-r--r--python_client/fatcat_client/models/container_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/container_entity.py2
-rw-r--r--python_client/fatcat_client/models/creator_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/creator_entity.py2
-rw-r--r--python_client/fatcat_client/models/editgroup.py2
-rw-r--r--python_client/fatcat_client/models/editgroup_annotation.py2
-rw-r--r--python_client/fatcat_client/models/editgroup_edits.py2
-rw-r--r--python_client/fatcat_client/models/editor.py2
-rw-r--r--python_client/fatcat_client/models/entity_edit.py2
-rw-r--r--python_client/fatcat_client/models/entity_history_entry.py2
-rw-r--r--python_client/fatcat_client/models/error_response.py2
-rw-r--r--python_client/fatcat_client/models/file_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/file_entity.py2
-rw-r--r--python_client/fatcat_client/models/file_url.py2
-rw-r--r--python_client/fatcat_client/models/fileset_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/fileset_entity.py2
-rw-r--r--python_client/fatcat_client/models/fileset_file.py2
-rw-r--r--python_client/fatcat_client/models/fileset_url.py2
-rw-r--r--python_client/fatcat_client/models/release_abstract.py2
-rw-r--r--python_client/fatcat_client/models/release_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/release_contrib.py2
-rw-r--r--python_client/fatcat_client/models/release_entity.py2
-rw-r--r--python_client/fatcat_client/models/release_ext_ids.py2
-rw-r--r--python_client/fatcat_client/models/release_ref.py2
-rw-r--r--python_client/fatcat_client/models/success.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_cdx_line.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_entity.py2
-rw-r--r--python_client/fatcat_client/models/webcapture_url.py2
-rw-r--r--python_client/fatcat_client/models/work_auto_batch.py2
-rw-r--r--python_client/fatcat_client/models/work_entity.py2
-rw-r--r--python_client/fatcat_client/rest.py2
41 files changed, 42 insertions, 42 deletions
diff --git a/python_client/fatcat_client/__init__.py b/python_client/fatcat_client/__init__.py
index 2363d14d..ef0b6e3f 100644
--- a/python_client/fatcat_client/__init__.py
+++ b/python_client/fatcat_client/__init__.py
@@ -7,7 +7,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/__version__.py b/python_client/fatcat_client/__version__.py
index 6d23a3be..a85c1f92 100644
--- a/python_client/fatcat_client/__version__.py
+++ b/python_client/fatcat_client/__version__.py
@@ -1,3 +1,3 @@
-VERSION = (0, 1, '0dev0')
+VERSION = (0, 3, 0) # eg, (0, 2, '0dev0')
__version__ = '.'.join(map(str, VERSION))
diff --git a/python_client/fatcat_client/api/default_api.py b/python_client/fatcat_client/api/default_api.py
index 8edf15ed..0ea79748 100644
--- a/python_client/fatcat_client/api/default_api.py
+++ b/python_client/fatcat_client/api/default_api.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/api_client.py b/python_client/fatcat_client/api_client.py
index af25fc2c..98256e65 100644
--- a/python_client/fatcat_client/api_client.py
+++ b/python_client/fatcat_client/api_client.py
@@ -4,7 +4,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/configuration.py b/python_client/fatcat_client/configuration.py
index 5423065d..7a79fa79 100644
--- a/python_client/fatcat_client/configuration.py
+++ b/python_client/fatcat_client/configuration.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
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.2.0\n"\
+ "Version of the API: 0.3.0\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)
diff --git a/python_client/fatcat_client/models/__init__.py b/python_client/fatcat_client/models/__init__.py
index 40cb8ee5..574c7aeb 100644
--- a/python_client/fatcat_client/models/__init__.py
+++ b/python_client/fatcat_client/models/__init__.py
@@ -6,7 +6,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/auth_oidc.py b/python_client/fatcat_client/models/auth_oidc.py
index 3fb2b95d..5d11adab 100644
--- a/python_client/fatcat_client/models/auth_oidc.py
+++ b/python_client/fatcat_client/models/auth_oidc.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/auth_oidc_result.py b/python_client/fatcat_client/models/auth_oidc_result.py
index 385e829c..2ac7d736 100644
--- a/python_client/fatcat_client/models/auth_oidc_result.py
+++ b/python_client/fatcat_client/models/auth_oidc_result.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/changelog_entry.py b/python_client/fatcat_client/models/changelog_entry.py
index e1cb5325..ae4e7afb 100644
--- a/python_client/fatcat_client/models/changelog_entry.py
+++ b/python_client/fatcat_client/models/changelog_entry.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/container_auto_batch.py b/python_client/fatcat_client/models/container_auto_batch.py
index b8b2bf2b..6592b89f 100644
--- a/python_client/fatcat_client/models/container_auto_batch.py
+++ b/python_client/fatcat_client/models/container_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/container_entity.py b/python_client/fatcat_client/models/container_entity.py
index 5751ea9d..5fb1a51b 100644
--- a/python_client/fatcat_client/models/container_entity.py
+++ b/python_client/fatcat_client/models/container_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/creator_auto_batch.py b/python_client/fatcat_client/models/creator_auto_batch.py
index 96b335da..45cf4c25 100644
--- a/python_client/fatcat_client/models/creator_auto_batch.py
+++ b/python_client/fatcat_client/models/creator_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/creator_entity.py b/python_client/fatcat_client/models/creator_entity.py
index 0522d22e..d015701b 100644
--- a/python_client/fatcat_client/models/creator_entity.py
+++ b/python_client/fatcat_client/models/creator_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editgroup.py b/python_client/fatcat_client/models/editgroup.py
index 06e277a1..03d644de 100644
--- a/python_client/fatcat_client/models/editgroup.py
+++ b/python_client/fatcat_client/models/editgroup.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editgroup_annotation.py b/python_client/fatcat_client/models/editgroup_annotation.py
index bd029dab..f96fb6dd 100644
--- a/python_client/fatcat_client/models/editgroup_annotation.py
+++ b/python_client/fatcat_client/models/editgroup_annotation.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editgroup_edits.py b/python_client/fatcat_client/models/editgroup_edits.py
index fe954b90..ca95c60f 100644
--- a/python_client/fatcat_client/models/editgroup_edits.py
+++ b/python_client/fatcat_client/models/editgroup_edits.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/editor.py b/python_client/fatcat_client/models/editor.py
index e1c7598f..37657266 100644
--- a/python_client/fatcat_client/models/editor.py
+++ b/python_client/fatcat_client/models/editor.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/entity_edit.py b/python_client/fatcat_client/models/entity_edit.py
index 68faac32..f89817c5 100644
--- a/python_client/fatcat_client/models/entity_edit.py
+++ b/python_client/fatcat_client/models/entity_edit.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/entity_history_entry.py b/python_client/fatcat_client/models/entity_history_entry.py
index 7ab6acfc..8623cc08 100644
--- a/python_client/fatcat_client/models/entity_history_entry.py
+++ b/python_client/fatcat_client/models/entity_history_entry.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/error_response.py b/python_client/fatcat_client/models/error_response.py
index fc40ac71..43eafb9b 100644
--- a/python_client/fatcat_client/models/error_response.py
+++ b/python_client/fatcat_client/models/error_response.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_auto_batch.py b/python_client/fatcat_client/models/file_auto_batch.py
index cc4f4e04..22cdd030 100644
--- a/python_client/fatcat_client/models/file_auto_batch.py
+++ b/python_client/fatcat_client/models/file_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_entity.py b/python_client/fatcat_client/models/file_entity.py
index f0d71e37..e80659fe 100644
--- a/python_client/fatcat_client/models/file_entity.py
+++ b/python_client/fatcat_client/models/file_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/file_url.py b/python_client/fatcat_client/models/file_url.py
index 85868810..cce0d332 100644
--- a/python_client/fatcat_client/models/file_url.py
+++ b/python_client/fatcat_client/models/file_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_auto_batch.py b/python_client/fatcat_client/models/fileset_auto_batch.py
index 969f8de6..a3075d7a 100644
--- a/python_client/fatcat_client/models/fileset_auto_batch.py
+++ b/python_client/fatcat_client/models/fileset_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_entity.py b/python_client/fatcat_client/models/fileset_entity.py
index 939342c5..114c0594 100644
--- a/python_client/fatcat_client/models/fileset_entity.py
+++ b/python_client/fatcat_client/models/fileset_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_file.py b/python_client/fatcat_client/models/fileset_file.py
index f996a97b..521abc98 100644
--- a/python_client/fatcat_client/models/fileset_file.py
+++ b/python_client/fatcat_client/models/fileset_file.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/fileset_url.py b/python_client/fatcat_client/models/fileset_url.py
index e3c757e8..d0e3a1e7 100644
--- a/python_client/fatcat_client/models/fileset_url.py
+++ b/python_client/fatcat_client/models/fileset_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_abstract.py b/python_client/fatcat_client/models/release_abstract.py
index 39960aec..173aaa4c 100644
--- a/python_client/fatcat_client/models/release_abstract.py
+++ b/python_client/fatcat_client/models/release_abstract.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_auto_batch.py b/python_client/fatcat_client/models/release_auto_batch.py
index a80718bb..f87fc175 100644
--- a/python_client/fatcat_client/models/release_auto_batch.py
+++ b/python_client/fatcat_client/models/release_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_contrib.py b/python_client/fatcat_client/models/release_contrib.py
index d70a7304..6b6689c4 100644
--- a/python_client/fatcat_client/models/release_contrib.py
+++ b/python_client/fatcat_client/models/release_contrib.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_entity.py b/python_client/fatcat_client/models/release_entity.py
index 27685362..81d1779d 100644
--- a/python_client/fatcat_client/models/release_entity.py
+++ b/python_client/fatcat_client/models/release_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_ext_ids.py b/python_client/fatcat_client/models/release_ext_ids.py
index fad91c58..7c6eb2dd 100644
--- a/python_client/fatcat_client/models/release_ext_ids.py
+++ b/python_client/fatcat_client/models/release_ext_ids.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/release_ref.py b/python_client/fatcat_client/models/release_ref.py
index 9d4b640e..ed44158b 100644
--- a/python_client/fatcat_client/models/release_ref.py
+++ b/python_client/fatcat_client/models/release_ref.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/success.py b/python_client/fatcat_client/models/success.py
index d5213085..337efebb 100644
--- a/python_client/fatcat_client/models/success.py
+++ b/python_client/fatcat_client/models/success.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_auto_batch.py b/python_client/fatcat_client/models/webcapture_auto_batch.py
index 579ec21e..003e5acb 100644
--- a/python_client/fatcat_client/models/webcapture_auto_batch.py
+++ b/python_client/fatcat_client/models/webcapture_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_cdx_line.py b/python_client/fatcat_client/models/webcapture_cdx_line.py
index fa9e264f..623607ba 100644
--- a/python_client/fatcat_client/models/webcapture_cdx_line.py
+++ b/python_client/fatcat_client/models/webcapture_cdx_line.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_entity.py b/python_client/fatcat_client/models/webcapture_entity.py
index 41a85432..33098001 100644
--- a/python_client/fatcat_client/models/webcapture_entity.py
+++ b/python_client/fatcat_client/models/webcapture_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/webcapture_url.py b/python_client/fatcat_client/models/webcapture_url.py
index 3efc71a3..9d6f1e21 100644
--- a/python_client/fatcat_client/models/webcapture_url.py
+++ b/python_client/fatcat_client/models/webcapture_url.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/work_auto_batch.py b/python_client/fatcat_client/models/work_auto_batch.py
index 2ae4c9a8..39854d47 100644
--- a/python_client/fatcat_client/models/work_auto_batch.py
+++ b/python_client/fatcat_client/models/work_auto_batch.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/models/work_entity.py b/python_client/fatcat_client/models/work_entity.py
index 7ef67160..80cb2330 100644
--- a/python_client/fatcat_client/models/work_entity.py
+++ b/python_client/fatcat_client/models/work_entity.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""
diff --git a/python_client/fatcat_client/rest.py b/python_client/fatcat_client/rest.py
index d014223b..59ce1b74 100644
--- a/python_client/fatcat_client/rest.py
+++ b/python_client/fatcat_client/rest.py
@@ -5,7 +5,7 @@
A scalable, versioned, API-oriented catalog of bibliographic entities and file metadata # noqa: E501
- OpenAPI spec version: 0.2.0
+ OpenAPI spec version: 0.3.0
Generated by: https://github.com/swagger-api/swagger-codegen.git
"""