From c87e3e18284fd1bb9456e50721aa4e2796aed057 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Wed, 12 Apr 2023 14:29:08 -0400 Subject: [PATCH] Release v0.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3f00079..32c1a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "opentimestamps" -version = "0.1.2" +version = "0.2.0" license = "MIT OR Apache-2.0" homepage = "https://github.com/opentimestamps/rust-opentimestamps/" repository = "https://github.com/opentimestamps/rust-opentimestamps/" documentation = "https://docs.rs/opentimestamps/" -description = "Rust library for parsing, verifying and serializing OpenTimestamps timestamps" +description = "Rust library for parsing, verifying, and serializing OpenTimestamps timestamps" keywords = [ "crypto", "bitcoin", "ots", "opentimestamps", "timestamping" ]