From 1f9e3b02e97ececa991d2b40751845714e2a6fab Mon Sep 17 00:00:00 2001 From: Paul Annetts <5033948+paulannetts@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:59:47 +0100 Subject: [PATCH] Bump cargo.toml This seems to be enough to change the wheel versions, as maturin picks this up. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a03f936..5b82796 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "espeak-py" -version = "0.1.7" +version = "0.1.8" authors = ["Benjamin Levin "] edition = "2018" description = "Python bindings for a narrow subset of espeak"