From 82d9678a7e198a7406b67d20be58f8e03439ab88 Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Thu, 22 Oct 2015 17:17:55 -0400 Subject: [PATCH] v0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9dacda..abc2958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pumpkin" -version = "0.1.0" +version = "0.2.0" authors = ["Zach Dziura "] description = "A cryptographically secure prime number generator" repository = "https://github.com/zcdziura/pumpkin"