diff --git a/.travis.yml b/.travis.yml index 66267e9..ce8025c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ before_script: install: - "sudo python setup.py install" + - "sudo pip install irs" script: - python tests/song.py diff --git a/setup.py b/setup.py index 389927f..c217fb5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='irs', - version='6.0.0', + version='6.0.1', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',