From 0adcf64b7b76556227fec09297e3beef4b9c43df Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 13 Nov 2025 13:10:01 +0100 Subject: [PATCH] Release 0.1.0 --- groth16.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groth16.nimble b/groth16.nimble index 168d302..e2a85fe 100644 --- a/groth16.nimble +++ b/groth16.nimble @@ -1,4 +1,4 @@ -version = "0.0.1" +version = "0.1.0" author = "Balazs Komuves" description = "Groth16 proof system" license = "MIT OR Apache-2.0"