diff --git a/setup.cfg b/setup.cfg index a24f8ae..3449f42 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = edge-tts -version = 6.0.5 +version = 6.0.7 author = rany author_email = ranygh@riseup.net description = Microsoft Edge's TTS diff --git a/src/edge_tts/__init__.py b/src/edge_tts/__init__.py index 2a79f5a..c5ff1ff 100644 --- a/src/edge_tts/__init__.py +++ b/src/edge_tts/__init__.py @@ -14,4 +14,4 @@ __all__ = [ "exceptions", "list_voices", ] -__version__ = "6.0.5" +__version__ = "6.0.7"