Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneykeeling committed Aug 21, 2014
1 parent 8c2fb38 commit 903b968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discogs_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version_info__ = (2,0,0)
__version__ = '2.0.0'
__version_info__ = (2,0,2)
__version__ = '2.0.2'

from discogs_client.client import Client
from discogs_client.models import Artist, Release, Master, Label, User, \
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='discogs-client',
version='2.0.1',
version='2.0.2',
description='Official Python API client for Discogs',
url='https://github.com/discogs/discogs-python-client',
author='Discogs',
Expand Down

0 comments on commit 903b968

Please sign in to comment.