From 75d12521dcf9c777286f6d4f61318f7e87babfe5 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Tue, 3 Sep 2024 17:42:58 +0200 Subject: [PATCH] chore: bump version to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3129145..d11bdf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-fft" -version = "0.5.0" +version = "0.5.1" edition = "2021" authors = ["sarah el kazdadi "] description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library."