From 494ac950d7a72c9178a18c2e19d7f3664abf3e33 Mon Sep 17 00:00:00 2001 From: lyrathorpe Date: Wed, 26 Aug 2026 19:41:43 +0000 Subject: [PATCH] chore(release): v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a1878f..ed795a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "music-curator" -version = "0.7.0" +version = "0.7.1" description = "Ingest a Last.fm listening history and curate a music library from it" readme = "README.md" requires-python = ">=3.11"