Fix bad update to edge-playback
and bump version to 6.0.2
This commit is contained in:
@@ -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
|
||||
|
||||
9
src/edge_playback/__init__.py
Normal file
9
src/edge_playback/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Init file for the package.
|
||||
"""
|
||||
|
||||
from .__main__ import main
|
||||
|
||||
__all__ = ["main"]
|
||||
Reference in New Issue
Block a user