From cc0a725953cfc15abc52f6b2081bbe45af4c3c24 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sun, 23 Sep 2012 01:02:53 +0200 Subject: [PATCH] Version 1.2.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a91923d..109d647 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='pythonwhois', - version='1.2.0', + version='1.2.1', description='Module for retrieving and parsing the WHOIS data for a domain. Supports most domains. Requires jwhois to be installed.', author='Sven Slootweg', author_email='pythonwhois@cryto.net',