Skip to content

Commit

Permalink
Update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwmillr committed Dec 1, 2018
1 parent 89acbd0 commit 7eece64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lyricsgenius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__url__ = 'https://github.com/johnwmillr/LyricsGenius'
__description__ = 'A Python wrapper around the Genius API'
__license__ = 'MIT'
__version__ = '0.9.9'
__version__ = '1.0.0'

import sys
assert sys.version_info[0] == 3, "LyricsGenius requires Python 3."
Expand Down

0 comments on commit 7eece64

Please sign in to comment.