From ffb49e3f784c71d87251785793d65608f3e70a89 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Fri, 14 Feb 2025 14:52:11 -0500 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 599a481..5a7c496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntt" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Implements the fast NTT (number theoretic transform) for polynomial multiplcation for prime power moduli." license = "MIT"