From 4d2b25d713b25f5f26908361873f8e7a7f9fde31 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 4 Jan 2016 11:32:15 -0600 Subject: [PATCH] Incrementing patch version due to fixes with the dft interface changes. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b40ae0c..52f57f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pihash" -version = "0.2.0" +version = "0.2.1" authors = ["Drew Short "] description = "A simple library for generating perceptual hashes for images and comparing images based on their perceptual hashes." repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/"