From 0611602e43e733944902aac6ca41225836fcf2f3 Mon Sep 17 00:00:00 2001 From: stavelmashally Date: Sun, 16 Nov 2025 15:39:42 +0200 Subject: [PATCH] chore: bump version to 0.3.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c185f3d..710b857 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiola" -version = "0.2.0" +version = "0.3.0" description = "The official Python SDK for aiOla API - Speech-to-Text and Text-to-Speech" readme = "README.md" license = {file = "LICENSE"}