From 835f84e2c5551eafb20cae1802aacc13f6ab88f7 Mon Sep 17 00:00:00 2001 From: vitiko98 Date: Tue, 15 Dec 2020 13:28:56 -0400 Subject: [PATCH] Update .gitignore; bump version --- .gitignore | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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",