From 9b16e995820d846f31bec641dedfe8fbf73d2d90 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 2 Apr 2014 09:24:17 +0200 Subject: [PATCH] Version bump to 2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 74c2d49..d9b46bf 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pythonwhois', - version='2.0.5', + version='2.1.0', 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',