From 897324d73137e9c6e2b6e6a564f408b762fb9785 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Sun, 22 Jan 2023 22:54:46 +0100 Subject: [PATCH] Bump version to v0.0.10 --- coqui/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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