From 749d6ceed4c3c4d6a68a3c15d2dcc68ea1f5fdf9 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 15 Feb 2018 22:22:50 -0700 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3bc3497..1dfeb59 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.7" +version = "0.0.8" [dependencies] rand = "0.3"