From 056f5193383314df969f63f2800a58588c71ef94 Mon Sep 17 00:00:00 2001 From: "bear (Mike Taylor)" Date: Tue, 1 Dec 2015 18:41:16 -0500 Subject: [PATCH] bump version to 0.5.2 --- kenkou/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kenkou/__init__.py b/kenkou/__init__.py index 40b86ff..51abb24 100644 --- a/kenkou/__init__.py +++ b/kenkou/__init__.py @@ -8,7 +8,7 @@ __email__ = 'bear@bear.im' __copyright__ = 'Copyright (c) 2012-2015 by Mike Taylor' __license__ = 'MIT' -__version__ = '0.5.1' +__version__ = '0.5.2' __url__ = 'https://github.com/bear/kenkou' __download_url__ = 'https://pypi.python.org/pypi/kenkou' __description__ = 'A python based tool to check that a given resource (URL, Certificate and DNS entry) is alive and valid.'