From 9db49ff8c7aec583e009e3a1874a214d51c2fb70 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Wed, 10 Jul 2024 10:57:33 +0200 Subject: [PATCH] No math yet. Bump 0.4.1 --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f9e37a3..fb9d7dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lasprs" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["J.A. de Jong "] description = "Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)" diff --git a/src/lib.rs b/src/lib.rs index 7c5f41f..99ad4d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -17,7 +17,6 @@ pub mod filter; pub mod daq; pub mod ps; pub mod siggen; -mod math; use filter::*; /// A Python module implemented in Rust.