From 279fe97b5b353a2f6896be051ab697b8b55830df Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sat, 5 May 2018 10:41:22 -0700 Subject: [PATCH] Update crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index efce70b..9646328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.8.0" +version = "0.9.0" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"