From 3392d402b41e6f98dd78807c281695b88512addd Mon Sep 17 00:00:00 2001 From: stavelmashally Date: Sun, 28 Dec 2025 17:02:37 +0200 Subject: [PATCH] chore: bump version to 0.4.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 710b857..7f16a78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiola" -version = "0.3.0" +version = "0.4.0" description = "The official Python SDK for aiOla API - Speech-to-Text and Text-to-Speech" readme = "README.md" license = {file = "LICENSE"}