From d97e819be938a0acaceac2f22caecaa7f59a56c4 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Tue, 23 Jul 2019 19:27:19 +0200 Subject: [PATCH] Start next development iteration 0.7.1-pre. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0b49d1..ffaac8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamport_sigs" -version = "0.7.0" +version = "0.7.1-pre" authors = ["Frederic Jacobs "] description = "Implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause"