From abe5292868b8be090a5dc67ad8d72d7e310e44c4 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Thu, 13 Aug 2020 11:15:52 -0500 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8175876..83fe468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tts" -version = "0.4.0" +version = "0.5.0" authors = ["Nolan Darilek "] repository = "https://github.com/ndarilek/tts-rs" description = "High-level Text-To-Speech (TTS) interface"