From 917520f62ea11ae6740e107ea1e240db30d09f90 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 23 May 2014 18:13:15 +0200 Subject: [PATCH] Version bump (also belatedly closes #16). --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 896369b..3d0ba01 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pythonwhois', - version='2.1.3', + version='2.1.4', 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',