aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-05-22 17:23:21 -0700
committerBrian Warner <warner@lothar.com>2018-05-22 17:23:21 -0700
commit2c1f68d6be76af9c6f93c2f80880de23511b00ab (patch)
tree147ceadebde0f8da0da762d447c91eb3ea5ce36d
parent2da29cfacc3a48222a4e1147b952015d6a5a61c2 (diff)
downloadPAKEs-2c1f68d6be76af9c6f93c2f80880de23511b00ab.tar.xz
(cargo-release) start next development iteration 0.0.7-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23fbc98..7752944 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.6"
+version = "0.0.7-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"