From 555dae50d4b1b782e4f6260b1709881ecc39c715 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sat, 15 Aug 2026 21:46:46 -0700 Subject: [PATCH] chore: bump version to v9.6.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7b023627..48e7bff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "TagStudio" description = "A User-Focused Photo & File Management System." -version = "9.6.3" +version = "9.6.4" license = "GPL-3.0-only" readme = "README.md" requires-python = ">=3.12,<3.14"