From 8a1cdb38ab51ced4e6a9c2f6e53d2377521d6b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Sun, 4 Feb 2024 06:57:23 +0000 Subject: [PATCH] Bumped version to 0.4.1 --- voicevox/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voicevox/__init__.py b/voicevox/__init__.py index f47bac0..b05ae40 100644 --- a/voicevox/__init__.py +++ b/voicevox/__init__.py @@ -18,4 +18,4 @@ "Style", "SupportedFeature", ) -__version__ = "0.4.0" +__version__ = "0.4.1"