From 56acd7a8c9e911588cf08f39b11490ed0ee339af Mon Sep 17 00:00:00 2001 From: Zach Dziura Date: Thu, 29 Oct 2015 15:45:17 -0400 Subject: [PATCH] Bump version number to v0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 109192b..cdde552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pumpkin" -version = "0.2.0" +version = "0.2.1" authors = ["Zach Dziura "] description = "A cryptographically secure prime number generator" repository = "https://github.com/zcdziura/pumpkin"