Bump minor version

This commit is contained in:
Nathan Thomas 2024-01-10 16:40:28 -08:00
parent 99f3220048
commit 63f3901eaf
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "streamrip"
version = "2.0"
version = "2.0.2"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <nathanthomas707@gmail.com>"]
license = "GPL-3.0-only"

View File

@ -33,7 +33,7 @@ def coro(f):
help_headers_color="yellow",
help_options_color="green",
)
@click.version_option(version="2.0")
@click.version_option(version="2.0.2")
@click.option(
"--config-path",
default=DEFAULT_CONFIG_PATH,