From 3ce637856e0f58fd2f3c1eda1b0ac0e516195e5e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 22 Jul 2014 01:07:14 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 92b1ed4..59c69dc 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pythonwhois', - version='2.4.1', + version='2.4.2', description='Module for retrieving and parsing the WHOIS data for a domain. Supports most domains. No dependencies.', author='Sven Slootweg', author_email='pythonwhois@cryto.net',