Bump version and make new release

This commit is contained in:
rany2 2023-04-30 23:49:21 +03:00
parent 94603ab536
commit 96fc3d52c7

View File

@ -1,4 +1,4 @@
"""Edge TTS version information."""
__version__ = "6.1.3"
__version__ = "6.1.4"
__version_info__ = tuple(int(num) for num in __version__.split("."))