From 0d91823ead3d87c317f12d01d325fca9408c669e Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Thu, 31 Aug 2023 12:08:46 +0300 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16d284b..bc64741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "suno-bark" -version = "0.0.1a" +version = "0.1.0" description = "Bark text to audio model" readme = "README.md" requires-python = ">=3.8"