From bec24cd2d884b9776da0b9b172c674b77751370a Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 10 May 2017 00:12:25 +0200 Subject: [PATCH] (cargo-release) start next development iteration 0.2.1-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c9ff0b..56cb4bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamport_sigs" -version = "0.2.0" +version = "0.2.1-pre" authors = ["Frederic Jacobs "] description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause"