From a7057c4abeb7632a8e2355ebb5a8937b0ff4d320 Mon Sep 17 00:00:00 2001 From: Davidson Souza Date: Sat, 8 Jun 2024 12:26:48 -0300 Subject: [PATCH] bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb127d3..b74804a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustreexo" -version = "0.1.0" +version = "0.2.0" authors = ["Calvin Kim "] edition = "2018" description = "A Rust implementation of Utreexo"