From 6f1403a38f883b6c28f27753be24545a5b623616 Mon Sep 17 00:00:00 2001 From: Jackson Walters Date: Mon, 17 Feb 2025 15:05:06 -0500 Subject: [PATCH] update version to 0.1.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9e4b26..45e3ba1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntt" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "Fast NTT (number theoretic transform) for polynomial multiplcation for primes, prime power, and certain composite moduli." license = "MIT"