From 7f019494138779b2856c886754c7bf4cbbde000b Mon Sep 17 00:00:00 2001 From: mkb79 Date: Sun, 31 Mar 2024 11:57:09 +0200 Subject: [PATCH] Update audible-cli version The version of the audible-cli package has been updated from "0.3.2b1" to "0.3.2b2". This version upgrade reflects changes made to the functionality or features of the package. --- src/audible_cli/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audible_cli/_version.py b/src/audible_cli/_version.py index b85fcc2..b46f246 100644 --- a/src/audible_cli/_version.py +++ b/src/audible_cli/_version.py @@ -1,7 +1,7 @@ __title__ = "audible-cli" __description__ = "Command line interface (cli) for the audible package." __url__ = "https://github.com/mkb79/audible-cli" -__version__ = "0.3.2b1" +__version__ = "0.3.2b2" __author__ = "mkb79" __author_email__ = "mkb79@hackitall.de" __license__ = "AGPL"