From 872e17702f8e68bb0351b8e1d8bfbf571fe160ff Mon Sep 17 00:00:00 2001 From: tyler Date: Tue, 7 Nov 2023 12:33:16 -1000 Subject: [PATCH] update version number and requirements for libwwz --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2be37fb..ac03eee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "libquantum" -version = "1.5.16" +version = "1.5.17" authors = [ { name = "RedVox, Inc", email = "support@redvox.io" } ] @@ -15,7 +15,7 @@ license = { file = "LICENSE" } dependencies = [ "librosa==0.10.1", - "libwwz==1.3.1", + "libwwz==1.3.2", "matplotlib==3.7.1", "numpy==1.23.5", "pandas==2.0.1",