From 431ed17b834aa2c84cd42a437b8adc274ea0933f Mon Sep 17 00:00:00 2001 From: kepoorhampond Date: Fri, 13 Oct 2017 23:10:59 -0700 Subject: [PATCH] Update of pypi --- .gitignore | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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',