Skip to content

Commit

Permalink
Fix bad update to edge-playback
Browse files Browse the repository at this point in the history
and bump version to 6.0.2
  • Loading branch information
rany2 committed Jan 5, 2023
1 parent a536f1b commit f4c0a13
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 6.0.0
version = 6.0.1
author = rany
author_email = [email protected]
description = Microsoft Edge's TTS
Expand Down
9 changes: 9 additions & 0 deletions src/edge_playback/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env python3

"""
Init file for the package.
"""

from .__main__ import main

__all__ = ["main"]

0 comments on commit f4c0a13

Please sign in to comment.