diff --git a/coqui/__init__.py b/coqui/__init__.py index 6e1e972..5d46881 100644 --- a/coqui/__init__.py +++ b/coqui/__init__.py @@ -1,5 +1,5 @@ """ A Python API and CLI to use Coqui services programmatically """ -__version__ = "0.0.9" +__version__ = "0.0.10" import asyncio from collections import namedtuple