Skip to content

Commit

Permalink
Merge branch 'release/0.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Jul 8, 2014
2 parents 2c5aa97 + 83d53b2 commit e9f1d03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
*.pyc

/virtualenv

/spotify.py.egg-info
/dist
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author='Dean Gardiner',
author_email='[email protected]',

description='',
description='Python library to communicate with the Spotify WebSocket API',
packages=find_packages(exclude=['tests', 'tests.*']),
platforms='any',

Expand Down
2 changes: 1 addition & 1 deletion spotify/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.8.0'
__version__ = '0.8.1'

try:
from spotify.client import Spotify
Expand Down

0 comments on commit e9f1d03

Please sign in to comment.