Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
res0nance committed Apr 14, 2018
1 parent 8b93a28 commit 48777be
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
@@ -1,6 +1,6 @@
from setuptools import setup

version = '0.1.4'
version = '0.1.5'

setup(name='darklyrics',
version=version,
Expand All @@ -14,4 +14,4 @@
setup_requires=['pytest-runner'],
install_requires=['beautifulsoup4', 'requests'],
tests_require=['pytest'],
keywords='darklyrics lyric lyrics song api')
keywords='darklyrics lyric lyrics song api')

0 comments on commit 48777be

Please sign in to comment.