From e4510ff7ce8fb1f563b2282c8f1d262f16fe74f3 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 15 Dec 2012 14:32:50 +0000 Subject: [PATCH] bump version --- cryptohash.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptohash.cabal b/cryptohash.cabal index 9511c88..8f102bb 100644 --- a/cryptohash.cabal +++ b/cryptohash.cabal @@ -1,5 +1,5 @@ Name: cryptohash -Version: 0.8.1 +Version: 0.8.2 Description: A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages.