From 9a57d179cee27d7276abe5a383bd66f8e5efb4cb Mon Sep 17 00:00:00 2001 From: vitiko98 Date: Mon, 5 Apr 2021 17:08:04 -0400 Subject: [PATCH] Fix help message --- qobuz_dl/commands.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qobuz_dl/commands.py b/qobuz_dl/commands.py index 08b02dd..32cb633 100644 --- a/qobuz_dl/commands.py +++ b/qobuz_dl/commands.py @@ -108,7 +108,7 @@ def add_common_arg(custom_parser, default_folder, default_quality): metavar="PATTERN", help="""pattern for formatting folder names, e.g "{artist} - {album} ({year})". available keys: artist, - albumartist, album, year, sampling_rate, bit_rate, tracktitle, version. + albumartist, album, year, sampling_rate, bit_depth, tracktitle, version. cannot contain characters used by the system, which includes /:<>""", ) custom_parser.add_argument( diff --git a/setup.py b/setup.py index c581bda..830ed62 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requirements = read_file("requirements.txt").strip().split() setup( name=pkg_name, - version="0.9.9", + version="0.9.9.2", author="Vitiko", author_email="vhnz98@gmail.com", description="The complete Lossless and Hi-Res music downloader for Qobuz",