From c5319f007d660c03744c83aceb5e041f79887fa4 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Fri, 24 Mar 2023 10:46:06 +0100 Subject: [PATCH] chore(fft): bump version to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06cf572..a61df33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-fft" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["sarah el kazdadi "] description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library."