From 842c99c49dc2850e0b34abdc9cbf6ea922405843 Mon Sep 17 00:00:00 2001 From: mc_fdc Date: Tue, 9 May 2023 23:18:37 +0900 Subject: [PATCH] Update __init__.py --- voicevox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicevox/__init__.py b/voicevox/__init__.py index 1a1610f..0055324 100644 --- a/voicevox/__init__.py +++ b/voicevox/__init__.py @@ -15,4 +15,4 @@ "HttpException", "NotfoundError", "Speaker", "Style", "SupportedFeature" ) -__version__ = "0.2.0a" +__version__ = "0.2.0a2"