No math yet. Bump 0.4.1

This commit is contained in:
Anne de Jong 2024-07-10 10:57:33 +02:00
parent 679e577b7b
commit 9db49ff8c7
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lasprs" name = "lasprs"
version = "0.4.0" version = "0.4.1"
edition = "2021" edition = "2021"
authors = ["J.A. de Jong <j.a.dejong@ascee.nl>"] authors = ["J.A. de Jong <j.a.dejong@ascee.nl>"]
description = "Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)" description = "Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)"

View File

@ -17,7 +17,6 @@ pub mod filter;
pub mod daq; pub mod daq;
pub mod ps; pub mod ps;
pub mod siggen; pub mod siggen;
mod math;
use filter::*; use filter::*;
/// A Python module implemented in Rust. /// A Python module implemented in Rust.