From a91a238bf76320ea0b7befa683c31057a40e532f Mon Sep 17 00:00:00 2001 From: lyrathorpe Date: Fri, 28 Aug 2026 16:08:12 +0000 Subject: [PATCH] chore(release): v0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddfe6fb..5e26757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "music-mirror" -version = "0.4.0" +version = "0.5.0" description = "Maintain a lossy MP3 mirror of a lossless music library" readme = "README.md" requires-python = ">=3.11"