From 88bc55ba71958f49f940a33243e1cf86ca19e83b Mon Sep 17 00:00:00 2001 From: Paul Annetts <5033948+paulannetts@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:10:36 +0100 Subject: [PATCH] Bump cargo.toml (#3) 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"