Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Alla committed Jun 19, 2017
1 parent a7f051a commit d11cef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deezer/__init__.py
Expand Up @@ -10,7 +10,7 @@
from deezer.resources import Genre, Track, User, Comment, Radio


__version__ = '0.6.0'
__version__ = '0.6.1'
__all__ = ['AsyncClient', 'Client', 'Resource', 'Album',
'Artist', 'Genre', 'Playlist', 'Track', 'User',
'Comment', 'Radio']
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.6.0
current_version = 0.6.1
tag_name = {new_version}

[check-manifest]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@ def read(*paths):
return f.read()


version = '0.6.0'
version = '0.6.1'

setup(
name='deezer-python',
Expand Down

0 comments on commit d11cef4

Please sign in to comment.