From 622ece74862a308bd58a8c80afe11b9c1bb69d97 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Thu, 11 Jul 2024 21:11:58 +0200 Subject: [PATCH] Bump 0.4.2 --- Cargo.toml | 2 +- src/lib.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb9d7dd..e086c86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lasprs" -version = "0.4.1" +version = "0.4.2" 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 c348dd3..e9b2252 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -10,6 +10,7 @@ //! - Power spectra estimation, transfer function estimation tools. //! - Sound Level Meter implementation. //! - Filter design tools, maybe borrowed from other crates? +//! - Tools for real time displaying of sensor data //! //! ## Note to potential users //!