Bump package version and make release

This commit is contained in:
rany2
2023-04-30 23:56:54 +03:00
parent 8f096598ab
commit a7db09ab0e

View File

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