From 6e32a4880cef2c632958e41a783d8036cb80a357 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 15 Feb 2017 23:32:48 +0100 Subject: [PATCH] (cargo-release) start next development iteration 0.1.3-pre --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32d07b6..0a55801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamport_sigs" -version = "0.1.2" +version = "0.1.3-pre" authors = ["Frederic Jacobs "] description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause"