Skip to content

Commit

Permalink
Bumped version to v2.7.8 after adding MusixMatch provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
SekouD committed Oct 1, 2017
1 parent df54ab1 commit 632413b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lyricsmaster/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """SekouD"""
__email__ = '[email protected]'
__version__ = '2.7.8'
__version__ = '2.7.9'

from .providers import LyricWiki, AzLyrics, Genius
from .utils import TorController
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.7.8
current_version = 2.7.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

setup(
name='lyricsmaster',
version='2.7.8',
version='2.7.9',
description="LyricsMaster is a library for downloading lyrics from multiple lyrics providers. LyricWiki, AzLyrics, Genius, Lyrics007, MusixMatch and other lyrics provider are available",
long_description=readme + '\n\n' + usage + '\n\n' + history,
author="SekouD",
Expand Down

0 comments on commit 632413b

Please sign in to comment.