From 0fde6ee05809942c8612963d137d69953be51439 Mon Sep 17 00:00:00 2001 From: Susan Salkeld Date: Fri, 11 Sep 2015 11:58:04 -0700 Subject: [PATCH] Updating setup.py for PyPi 2.2.1 allows utf-8 searching. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d64fbf..6793d57 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='discogs-client', - version='2.2.0', + version='2.2.1', description='Official Python API client for Discogs', url='https://github.com/discogs/discogs_client', author='Discogs',