Update .gitignore; bump version

This commit is contained in:
vitiko98 2020-12-15 13:28:56 -04:00
parent bea77ba241
commit 835f84e2c5
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -4,7 +4,9 @@ Qobuz Downloads
__pycache__/
*.py[cod]
*$py.class
subtitle_search.py
/*.py
!/setup.py
# C extensions
*.so

View File

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