From 70a588ceeea3b786266b7860b8a82511dca16ce5 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 2 Dec 2017 23:31:37 -0700 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32c66b9..c48f1e0 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.5" +version = "0.0.6" [dependencies] rand = "0.3"