Skip to content

Commit

Permalink
Bump to version 6.0.5 to add __version__ variable
Browse files Browse the repository at this point in the history
* Should be useful for HASS and other projects
  • Loading branch information
rany2 committed Jan 5, 2023
1 parent 4111159 commit df5ff0d
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4
version = 6.0.5
author = rany
author_email = [email protected]
description = Microsoft Edge's TTS
Expand Down
1 change: 1 addition & 0 deletions src/edge_tts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
from .submaker import SubMaker

__all__ = ["Communicate", "VoicesManager", "list_voices", "SubMaker"]
__version__ = "6.0.5"

0 comments on commit df5ff0d

Please sign in to comment.