Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwmillr committed Jun 11, 2018
1 parent 479a103 commit 2f05399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='lyricsgenius',
version='0.4.2',
version='0.5',
description='Download lyrics and metadata from Genius.com',
long_description=README,
long_description_content_type="text/markdown",
Expand All @@ -22,7 +22,7 @@
author='John W. Miller',
author_email='[email protected]',
url='https://github.com/johnwmillr/lyricsgenius',
download_url = "https://github.com/johnwmillr/LyricsGenius/archive/0.4.tar.gz",
download_url = "https://github.com/johnwmillr/LyricsGenius/archive/0.5.tar.gz",
keywords='genius api genius-api music lyrics artists albums songs',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 2f05399

Please sign in to comment.