From 72a386ec345f92fc011005a1384e212e9898403d Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Tue, 4 Apr 2017 00:28:36 -0600 Subject: [PATCH] Version bump. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85aaa76..a762f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/ebfull/bellman" license = "MIT/Apache-2.0" name = "bellman" repository = "https://github.com/ebfull/bellman" -version = "0.0.1" +version = "0.0.2" [dependencies] rand = "0.3.*"