From d2817b6491fc785326132076860be5f8fa872b53 Mon Sep 17 00:00:00 2001 From: Samuel Larkin Date: Tue, 12 Nov 2024 17:48:46 -0500 Subject: [PATCH] chore: schema update --- everyvoice/.schema/everyvoice-aligner-0.2.json | 1 + everyvoice/.schema/everyvoice-spec-to-wav-0.2.json | 1 + everyvoice/.schema/everyvoice-text-to-spec-0.2.json | 1 + everyvoice/.schema/everyvoice-text-to-wav-0.2.json | 6 ++++++ everyvoice/_version.py | 6 +++--- 5 files changed, 12 insertions(+), 3 deletions(-) diff --git a/everyvoice/.schema/everyvoice-aligner-0.2.json b/everyvoice/.schema/everyvoice-aligner-0.2.json index aac7a589..6b9fc6ed 100644 --- a/everyvoice/.schema/everyvoice-aligner-0.2.json +++ b/everyvoice/.schema/everyvoice-aligner-0.2.json @@ -755,6 +755,7 @@ "description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide to understand more about the importance of misuse prevention with TTS." }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, diff --git a/everyvoice/.schema/everyvoice-spec-to-wav-0.2.json b/everyvoice/.schema/everyvoice-spec-to-wav-0.2.json index d1a48ec8..246c2276 100644 --- a/everyvoice/.schema/everyvoice-spec-to-wav-0.2.json +++ b/everyvoice/.schema/everyvoice-spec-to-wav-0.2.json @@ -767,6 +767,7 @@ "description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide to understand more about the importance of misuse prevention with TTS." }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, diff --git a/everyvoice/.schema/everyvoice-text-to-spec-0.2.json b/everyvoice/.schema/everyvoice-text-to-spec-0.2.json index bb54c2b5..2ebe18e7 100644 --- a/everyvoice/.schema/everyvoice-text-to-spec-0.2.json +++ b/everyvoice/.schema/everyvoice-text-to-spec-0.2.json @@ -1015,6 +1015,7 @@ "description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide to understand more about the importance of misuse prevention with TTS." }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, diff --git a/everyvoice/.schema/everyvoice-text-to-wav-0.2.json b/everyvoice/.schema/everyvoice-text-to-wav-0.2.json index 7561ee97..5ed96ca1 100644 --- a/everyvoice/.schema/everyvoice-text-to-wav-0.2.json +++ b/everyvoice/.schema/everyvoice-text-to-wav-0.2.json @@ -116,6 +116,7 @@ "default": null }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, @@ -400,6 +401,7 @@ "description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide to understand more about the importance of misuse prevention with TTS." }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, @@ -935,6 +937,7 @@ "description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide to understand more about the importance of misuse prevention with TTS." }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, @@ -1357,6 +1360,7 @@ "default": null }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, @@ -1465,6 +1469,7 @@ "description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide to understand more about the importance of misuse prevention with TTS." }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, @@ -2385,6 +2390,7 @@ "default": null }, "VERSION": { + "default": "1.0", "title": "Version", "type": "string" }, diff --git a/everyvoice/_version.py b/everyvoice/_version.py index f8eb8ced..9d18daaf 100644 --- a/everyvoice/_version.py +++ b/everyvoice/_version.py @@ -1,5 +1,5 @@ -# [Valid version numbers](https://packaging.python.org/en/latest/discussions/versioning/#versioning) -# [PEP 440 – Version Identification and Dependency Specification](https://peps.python.org/pep-0440/) -# [Specifying Your Project’s Version](https://setuptools.pypa.io/en/latest/userguide/distribution.html) +# [Valid version numbers](https://packaging.python.org/en/latest/discussions/versioning/#versioning) # noqa: E501 +# [PEP 440 – Version Identification and Dependency Specification](https://peps.python.org/pep-0440/) # noqa: E501 +# [Specifying Your Project’s Version](https://setuptools.pypa.io/en/latest/userguide/distribution.html) # noqa: E501 # [N!]N(.N)*[{a|b|rc}N][.postN][.devN] VERSION = "0.2.0a0"