From a20e8d60d3a8edc80b5c4764894b1cea8dd74d67 Mon Sep 17 00:00:00 2001 From: sarah el kazdadi Date: Mon, 28 Aug 2023 11:04:40 +0200 Subject: [PATCH] chore(fft): bump version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 28195d4..048957b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-fft" -version = "0.2.1" +version = "0.3.0" edition = "2021" authors = ["sarah el kazdadi "] description = "Concrete-FFT is a pure Rust high performance fast Fourier transform library."