From 8c2fb38c9dbf161f68978d6f56895cd155434713 Mon Sep 17 00:00:00 2001 From: Rodney Keeling Date: Thu, 21 Aug 2014 16:06:20 -0700 Subject: [PATCH] updating version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8f20a00..588d6f7 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='discogs-client', - version='2.0', + version='2.0.1', description='Official Python API client for Discogs', url='https://github.com/discogs/discogs-python-client', author='Discogs',