diff --git a/.gitignore b/.gitignore index 987d30f..425d1c0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,9 @@ Qobuz Downloads __pycache__/ *.py[cod] *$py.class -subtitle_search.py + +/*.py +!/setup.py # C extensions *.so diff --git a/setup.py b/setup.py index 00e890f..0344d32 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requirements = read_file("requirements.txt").strip().split() setup( name=pkg_name, - version="0.5.5.1", + version="0.5.5.2", author="Vitiko", author_email="vhnz98@gmail.com", description="The complete Lossless and Hi-Res music downloader for Qobuz",