From 2c70f77a15d7d1d10a8feffa8f7c955311a02dc9 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 24 Sep 2020 18:21:14 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 96fdb72..cf649b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.6.4" +version = "0.7.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"