From 1c4825580a45cebdf7db56faffde21a9d20795f6 Mon Sep 17 00:00:00 2001 From: Kevan Dunsmore Date: Thu, 19 Mar 2015 16:55:02 -0700 Subject: [PATCH] Bumped version to 1.3. Changed license on setup.py to match git LICENSE file (LGPL) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 04482e3..42314fd 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='validate_email', - version = '1.2', + version = '1.3', download_url = 'git@github.com:syrusakbary/validate_email.git', py_modules = ('validate_email',), author = 'Syrus Akbary', @@ -10,5 +10,5 @@ setup(name='validate_email', long_description=open('README.rst').read(), keywords = 'email validation verification mx verify', url = 'http://github.com/syrusakbary/validate_email', - license = 'GPL', + license = 'LGPL', )