No math yet. Bump 0.4.1
This commit is contained in:
parent
679e577b7b
commit
9db49ff8c7
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "lasprs"
|
||||
version = "0.4.0"
|
||||
version = "0.4.1"
|
||||
edition = "2021"
|
||||
authors = ["J.A. de Jong <j.a.dejong@ascee.nl>"]
|
||||
description = "Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)"
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user