From 9b26cc4aa3d833c9d7b6d04a4f51f4ee2c330c6a Mon Sep 17 00:00:00 2001 From: lyrathorpe Date: Mon, 24 Aug 2026 12:55:23 +0000 Subject: [PATCH] chore(release): v0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 037652c..6e3e7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "music-curator" -version = "0.1.0" +version = "0.2.0" description = "Ingest a Last.fm listening history and curate a music library from it" readme = "README.md" requires-python = ">=3.11"