From fbe3d6c3cce1e78de4b64515dc9044e333165230 Mon Sep 17 00:00:00 2001 From: sarah el kazdadi Date: Wed, 28 Feb 2024 15:55:40 +0100 Subject: [PATCH] chore(fft): bump patch version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b343ae2..f0c7960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-fft" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["sarah el kazdadi "] description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library."