Skip to content

Commit

Permalink
chore: schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Nov 13, 2024
1 parent 93df427 commit d2817b6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
1 change: 1 addition & 0 deletions everyvoice/.schema/everyvoice-aligner-0.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,7 @@
"description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide <https://docs.everyvoice.ca/latest/> to understand more about the importance of misuse prevention with TTS."
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down
1 change: 1 addition & 0 deletions everyvoice/.schema/everyvoice-spec-to-wav-0.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,7 @@
"description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide <https://docs.everyvoice.ca/latest/> to understand more about the importance of misuse prevention with TTS."
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down
1 change: 1 addition & 0 deletions everyvoice/.schema/everyvoice-text-to-spec-0.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,6 +1015,7 @@
"description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide <https://docs.everyvoice.ca/latest/> to understand more about the importance of misuse prevention with TTS."
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down
6 changes: 6 additions & 0 deletions everyvoice/.schema/everyvoice-text-to-wav-0.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
"default": null
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down Expand Up @@ -400,6 +401,7 @@
"description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide <https://docs.everyvoice.ca/latest/> to understand more about the importance of misuse prevention with TTS."
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down Expand Up @@ -935,6 +937,7 @@
"description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide <https://docs.everyvoice.ca/latest/> to understand more about the importance of misuse prevention with TTS."
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down Expand Up @@ -1357,6 +1360,7 @@
"default": null
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down Expand Up @@ -1465,6 +1469,7 @@
"description": "EveryVoice requires a contact name and email to help prevent misuse. Please read our Guide <https://docs.everyvoice.ca/latest/> to understand more about the importance of misuse prevention with TTS."
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down Expand Up @@ -2385,6 +2390,7 @@
"default": null
},
"VERSION": {
"default": "1.0",
"title": "Version",
"type": "string"
},
Expand Down
6 changes: 3 additions & 3 deletions everyvoice/_version.py
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d2817b6

Please sign in to comment.