Skip to content

Commit c7b3cc6

Browse files
authored
Bump version (#32)
* Bump version * Update README.rst
1 parent f3f3892 commit c7b3cc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Example
3939
"こんにちは!", speaker=1
4040
)
4141
with open("voice.wav", "wb") as f:
42-
f.write(await audio_query.synthesis())
42+
f.write(await audio_query.synthesis(speaker=4))
4343
4444
4545
if __name__ == "__main__":

voicevox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"HttpException", "NotfoundError",
1616
"Speaker", "Style", "SupportedFeature"
1717
)
18-
__version__ = "0.2.0a2"
18+
__version__ = "0.2.0rc"

0 commit comments

Comments
 (0)