Skip to content

Commit

Permalink
phonemizer-3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Dec 18, 2021
1 parent 00889e2 commit 7d4b8a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phonemizer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Multilingual text to phones converter"""


__version__ = '3.0'
__version__ = '3.0.1'
"""Phonemizer version"""


Expand All @@ -33,5 +33,4 @@
sys.stderr.write(
'Partial import of phonemizer during the build process.\n')
else:
# pylint: disable=unused-import
from .phonemize import phonemize
from .phonemize import phonemize # pylint: disable=unused-import

0 comments on commit 7d4b8a6

Please sign in to comment.