From dc3129b79c917f509d81495ade1b27f6f0cf8e03 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 20 May 2021 17:08:23 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc3795d..fcf5bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.17.2" +version = "0.17.3" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"