From 69d83663ab6d9202dbb6a53363b15c3ead878cce Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sat, 12 Sep 2026 12:04:20 -0700 Subject: [PATCH] chore: bump version to v9.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08b88515..606ad891 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.4" +version = "9.7.0" license = "GPL-3.0-only" readme = "README.md" requires-python = ">=3.14,<3.15"