From ce40ff55aa0a1a9ec29925d9c00480681ebc984d Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 14 May 2014 13:45:26 -0700 Subject: [PATCH] Version 0.5.6 bugfix/cleanup --- hashpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashpy/__init__.py b/hashpy/__init__.py index 85a4bcc..4aa71b0 100644 --- a/hashpy/__init__.py +++ b/hashpy/__init__.py @@ -13,5 +13,5 @@ from hashpype import HashPype, HashError from doublecouple import DoubleCouple -__version__ = "0.5.5" +__version__ = "0.5.6"