From 4b47f8016252c319f408c803f4a643a71af816d9 Mon Sep 17 00:00:00 2001 From: Colinxu2020 Date: Mon, 8 Jul 2024 18:53:00 +0800 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18a8519..1f91006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "SLH-DSA" -version = "0.1.1" +version = "0.1.2" description = "The pure python impl of the slh-das algorithm(based on fips205)." authors = [ {name = "Colinxu2020", email = "colinxu2020@gmail.com"},