From 95c6d58789e804f62e824a03462b1103551f816b Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Sun, 17 Jul 2016 17:48:55 -0700 Subject: [PATCH] Correct the crate version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d19446..6aa64d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick_rust" -version = "0.4.0" +version = "0.5.1" authors = ["Nathan Fiedler "] description = "Selection of Rust bindings for the ImageMagick library." homepage = "https://github.com/nlfiedler/magick-rust"