From 5d4b5cb2a47004d1751568d0687c292c9d9a603c Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Thu, 13 Dec 2018 15:43:26 -0800 Subject: [PATCH] Bump version to 1.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 050bdc5..847c5ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "1.0.0" +version = "1.0.1" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"