Fix crate version number

cargo test passes
This commit is contained in:
Nathan Fiedler
2016-07-17 18:09:09 -07:00
parent 95c6d58789
commit 1dcd0f6933
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "magick_rust"
version = "0.5.1"
version = "0.5.2"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
description = "Selection of Rust bindings for the ImageMagick library."
homepage = "https://github.com/nlfiedler/magick-rust"