From bf78b76ac8edd4714c9ed0fba115113cff34fa2a Mon Sep 17 00:00:00 2001 From: rany2 Date: Thu, 5 Jan 2023 07:59:04 +0200 Subject: [PATCH] Bump version to 6.0.7 --- setup.cfg | 2 +- src/edge_tts/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"