From 6e57ef0c4a04b6c6fb5be3e6d34b9af8e9cf188e Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 31 Mar 2018 23:23:37 -0600 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01dbd44ab..3a9105f7c 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.9" +version = "0.1.0" [dependencies] rand = "0.4"