Bump to version 6.0.5 to add __version__ variable

* Should be useful for HASS and other projects
This commit is contained in:
rany2
2023-01-05 03:22:51 +02:00
parent 4111159873
commit df5ff0d9fc
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 6.0.4
version = 6.0.5
author = rany
author_email = ranygh@riseup.net
description = Microsoft Edge's TTS

View File

@@ -7,3 +7,4 @@ from .list_voices import VoicesManager, list_voices
from .submaker import SubMaker
__all__ = ["Communicate", "VoicesManager", "list_voices", "SubMaker"]
__version__ = "6.0.5"