From b61e836f35fc14848af2c045f27aa35b7dcd1f4c Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Mon, 4 Mar 2024 14:44:37 +0100 Subject: [PATCH] Bumped 1.4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75d0ad4..2c1cc60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.10" description = "Library for Acoustic Signal Processing" license = { "file" = "LICENSE" } authors = [{ "name" = "J.A. de Jong", "email" = "j.a.dejong@ascee.nl" }] -version = "1.4.5" +version = "1.4.6" keywords = ["DSP", "DAQ", "Signal processing"]