diff --git a/.travis.yml b/.travis.yml index 05083b2..9e6aefc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: - pip install coveralls # For coveralls.io script: - - coverage run --source=irs test/test_all.py + - coverage run --source=irs tests/test_all.py after_success: - coveralls \ No newline at end of file diff --git a/setup.py b/setup.py index 4d720b4..2cc24f0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='irs', - version='6.1.2', + version='6.1.3', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',