From 6ba30eb9bfe985e28708a24b2210f177a1f8bf0a Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Mon, 19 Aug 2024 14:43:12 +0200 Subject: [PATCH] chore(ci): bump version to 0.2.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 2617d72..98c5041 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concrete-ntt" -version = "0.1.2" +version = "0.2.0" edition = "2021" description = "Concrete-NTT is a pure Rust high performance number theoretic transform library." readme = "README.md"