(2.1.3) fixed a typo and updated pyflowery.version
This commit is contained in:
parent
551c8eb7ca
commit
a3acead1fb
5 changed files with 5 additions and 5 deletions
|
@ -53,7 +53,7 @@ class FloweryAPI:
|
|||
return self._voices_cache or None
|
||||
|
||||
async def fetch_voice(self, voice_id: str) -> Voice:
|
||||
"""Fetch a voice from the Flowery API. This method bypasses the cache and directly queries the Flowery API. You should usually use `get_voice()` instead.
|
||||
"""Fetch a voice from the Flowery API. This method bypasses the cache and directly queries the Flowery API. You should usually use `get_voices()` instead.
|
||||
|
||||
Args:
|
||||
voice_id (str): The ID of the voice
|
||||
|
|
|
@ -1 +1 @@
|
|||
VERSION = "2.1.0"
|
||||
VERSION = "2.1.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue