From f4ba278d9a7e77cb4094ac0c0a5ab88fcb21232a Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Sun, 16 Feb 2025 20:21:18 -0500 Subject: [PATCH] update version to 0.1.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f027a72..2fb4342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntt" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Fast NTT (number theoretic transform) for polynomial multiplcation for primes, prime power, and certain composite moduli." license = "MIT"