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

Commit

Permalink
Merge pull request #66 from discogs/update-version
Browse files Browse the repository at this point in the history
Update init to correct version
  • Loading branch information
rodneykeeling committed Apr 18, 2016
2 parents 38fd6c4 + b3e956a commit 1319f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discogs_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import, division, print_function, unicode_literals

__version_info__ = 2, 0, 2
__version__ = '2.0.2'
__version_info__ = 2, 2, 1
__version__ = '2.2.1'

from discogs_client.client import Client
from discogs_client.models import Artist, Release, Master, Label, User, \
Expand Down

0 comments on commit 1319f6b

Please sign in to comment.