Bump 0.4.2

This commit is contained in:
Anne de Jong 2024-07-11 21:11:58 +02:00
parent 9a9192d4b4
commit 622ece7486
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "lasprs" name = "lasprs"
version = "0.4.1" version = "0.4.2"
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

@ -10,6 +10,7 @@
//! - Power spectra estimation, transfer function estimation tools. //! - Power spectra estimation, transfer function estimation tools.
//! - Sound Level Meter implementation. //! - Sound Level Meter implementation.
//! - Filter design tools, maybe borrowed from other crates? //! - Filter design tools, maybe borrowed from other crates?
//! - Tools for real time displaying of sensor data
//! //!
//! ## Note to potential users //! ## Note to potential users
//! //!