From e9aa725ffe9a69673ab09043ce4072365f80e474 Mon Sep 17 00:00:00 2001 From: star-med Date: Fri, 31 Jul 2026 05:38:30 +0800 Subject: [PATCH] release: bump version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05496cb..ea95242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cppa-cursor-browser" -version = "0.2.0" +version = "0.2.1" description = "Flask web application for browsing and exporting Cursor AI chat histories" readme = "README.md" license = { file = "LICENSE" }