From 86b2e07f156e67bc591e0be24379d59395b9f132 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Tue, 11 May 2021 19:38:39 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c57063..0749349 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.16.0" +version = "0.17.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"