From 964d42540e1bd4ad49ce55401ab20f90c1b51fba Mon Sep 17 00:00:00 2001 From: 7x11x13 Date: Sat, 22 Jun 2024 13:35:13 -0400 Subject: [PATCH] Update README --- README.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e3273b..4eca053 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # free-bandcamp-downloader Download free and $0 minimum name-your-price albums and tracks from Bandcamp (including ones that are sent to email), -and tags them with data from the Bandcamp page. Also able to download items in your collection, if login cookies are +and tag them with data from the Bandcamp page. Also able to download items in your collection, if login cookies are supplied using the `--cookies` argument. ## Installation diff --git a/pyproject.toml b/pyproject.toml index fdf1d0f..9eb15d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "free-bandcamp-downloader" -version = "0.3.1" -description = "Download free and name-your-price albums from Bandcamp" +version = "0.3.2" +description = "Download free and name-your-price albums from Bandcamp in lossless quality" authors = ["7x11x13 "] license = "MIT" readme = "README.md"