From 2db7a9e11b82ffd45b9b3c4fcb33774704054217 Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 19 Aug 2024 14:41:02 +0200 Subject: [PATCH] chore(ci): bump version to 0.5.0 - considering the nightly change as breaking is easier for our crates --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 197e338..d13df84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-fft" -version = "0.4.1" +version = "0.5.0" edition = "2021" authors = ["sarah el kazdadi "] description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library."