We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0e8e2 commit a406dddCopy full SHA for a406ddd
examples/basic.ipynb
@@ -117,7 +117,7 @@
117
" async with Client() as client:\n",
118
" audio_query = await client.create_audio_query(\"こんにちは!\", speaker=1)\n",
119
" result = await audio_query.synthesis(speaker=1)\n",
120
- " \n",
+ "\n",
121
" # change result bytes stream to file-like object\n",
122
" wav_file_bytesIO = BytesIO(result)\n",
123
"\n",
vvclient/__init__.py
@@ -2,5 +2,5 @@
2
from .client import Client
3
4
5
-__version__ = "1.0.0a"
+__version__ = "1.1.0"
6
__all__ = ["Client"]
0 commit comments