Fix bad update to edge-playback

and bump version to 6.0.2
This commit is contained in:
rany2 2023-01-05 02:16:23 +02:00
parent a536f1bbce
commit f4c0a1388f
2 changed files with 10 additions and 1 deletions

View File

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

View File

@ -0,0 +1,9 @@
#!/usr/bin/env python3
"""
Init file for the package.
"""
from .__main__ import main
__all__ = ["main"]