From 3c8ae0ae42724f726f41383b9a37e85a1ed8fa87 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Fri, 9 Feb 2024 11:54:31 -0600 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5eeb6f..05de01a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.25.6" +version = "0.26.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"