Bump version and make release

* Fix support for Python 3.10

Signed-off-by: rany2 <rany2@riseup.net>
This commit is contained in:
rany2
2023-06-02 20:06:09 +03:00
parent ca6e7b0669
commit 6a3065b730

View File

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