From cb966253b5ad7a056b3bc9a5d24a4c9ca8153fb8 Mon Sep 17 00:00:00 2001 From: J W <3443995+evil-d20@users.noreply.github.com> Date: Wed, 11 Mar 2020 17:08:57 -0700 Subject: [PATCH] Updated version number to have fresh target. Making username & email address consistent. (#51) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 85dfb7e..e5764f2 100755 --- a/setup.py +++ b/setup.py @@ -36,10 +36,10 @@ setup( name="simhash-py", - version="0.4.1", + version="0.4.2", description="Near-Duplicate Detection with Simhash", url="http://github.com/seomoz/simhash-py", - author="Moz Pro Services", + author="Moz, Inc.", author_email="turbo@moz.com", classifiers=[ "Programming Language :: Python",