From 387c4d04aa0a76c9c4dc652da5dd6cbe1edf65ea Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 14 Feb 2024 15:24:04 +0100 Subject: [PATCH] chore(pkg): bump version to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2e046f..b343ae2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-fft" -version = "0.3.0" +version = "0.4.0" edition = "2021" authors = ["sarah el kazdadi "] description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library."