From 5829da790dd4c563ceef58af146d7819a2be1c16 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Mon, 4 Oct 2021 16:06:25 -0700 Subject: [PATCH] bump the version number for crates.io --- Cargo.toml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 656d2e0..54b9017 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova-snark" -version = "0.1.0" +version = "0.2.0" authors = ["Srinath Setty "] edition = "2018" description = "Recursive zkSNARKs without trusted setup" diff --git a/README.md b/README.md index 5eb9a6c..b62187d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ Abhiram Kothapalli, Srinath Setty, and Ioanna Tzialla \ Cryptology ePrint Archive: Report 2021/370 ## Acknowledgements -v0.1.0 includes code written by: Abhiram Kothapalli, Srinath Setty, Ioanna Tzialla, and Friedel Ziegelmayer. +The first version of the code was written by: Abhiram Kothapalli, Srinath Setty, and Ioanna Tzialla. +The latest code includes code contributions from Chhi'mèd Künzang and Friedel Ziegelmayer. ## Contributing