From 1c1cc62ff92f75459057b1968b7bb34f26596a72 Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Wed, 10 Jun 2015 21:29:47 -0700 Subject: [PATCH] Bump the version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 986d066..37eedfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magick-rust" -version = "0.1.0" +version = "0.2.0" authors = ["Nathan Fiedler "] [dependencies]