Update of pypi

This commit is contained in:
kepoorhampond 2017-10-13 23:10:59 -07:00
parent 5d0091b570
commit d751d80644
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -17,6 +17,8 @@ update_pypi_and_github.py
# Temporarily downloaded files
*.mp3
*.zip
*.part
*.webm
# Coverage files
.coverage

View file

@ -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',