From 67a038ee5fffc7f329f156c1d02d74afc182d1d0 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Mon, 31 Aug 2020 14:38:35 -0700 Subject: [PATCH] update version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7582563..4f5cdeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spartan" -version = "0.1.0" +version = "0.2.0" authors = ["Srinath Setty "] edition = "2018" description = "High-speed zkSNARKs without trusted setup"