Skip to content

Commit

Permalink
Fix: Python APIで__version__が再エクスポートされていなかったのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Sep 2, 2023
1 parent 46218d9 commit d51787c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
UserDictWordType,
)
from ._rust import (
__version__,
OpenJtalk,
Synthesizer,
VoiceModel,
Expand All @@ -21,6 +22,7 @@
) # noqa: F401

__all__ = [
"__version__",
"AccelerationMode",
"AccentPhrase",
"AudioQuery",
Expand Down

0 comments on commit d51787c

Please sign in to comment.