mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
Fix bad update to edge-playback
and bump version to 6.0.2
This commit is contained in:
parent
a536f1bbce
commit
f4c0a1388f
@ -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"]
|
Loading…
Reference in New Issue
Block a user