diff --git a/README.md b/README.md index 68e87e3..f7f38c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ irs -A "Sadnecessary" # -a "Milky Chance" Full usage: ``` -usage: usage: irs (-h | -v) irs [-l] @@ -50,6 +49,7 @@ Options: -l, --choose-link If supplied, will bring up a console choice for what link you want to download based off a list of titles. ``` +Make a note that capitalization and spelling matters a lot in this program. ___ ### Installation diff --git a/setup.py b/setup.py index 127d5ac..76c5f3f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='irs', - version='3.7.20', + version='4.7.20', description='A music downloader that just gets metadata.', url='https://github.com/kepoorhampond/irs', author='Kepoor Hampond',