diff --git a/.gitignore b/.gitignore index f44f013..b31c519 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ update_pypi_and_github.py # Temporarily downloaded files *.mp3 *.zip +*.part +*.webm # Coverage files .coverage diff --git a/setup.py b/setup.py index 02c4738..354c34c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name = 'irs', - version = '6.7.3', + version = '6.7.4', description = 'A music downloader that just gets metadata.', url = 'https://github.com/kepoorhampond/irs', author = 'Kepoor Hampond',