From 981cc60135350ea3ff8129f654226a42189d2b63 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:32:19 -0800 Subject: [PATCH] chore: bump version to v9.5.1 --- pyproject.toml | 2 +- tagstudio.spec | 2 +- tagstudio/src/core/constants.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index acdec9a08..14a5cc8dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "TagStudio" description = "A User-Focused Photo & File Management System." -version = "9.5.0" +version = "9.5.1" license = "GPL-3.0-only" readme = "README.md" diff --git a/tagstudio.spec b/tagstudio.spec index 42fa86da5..940b3e9d4 100644 --- a/tagstudio.spec +++ b/tagstudio.spec @@ -78,7 +78,7 @@ app = BUNDLE( name='TagStudio.app', icon=icon, bundle_identifier='com.cyanvoxel.tagstudio', - version='9.5.0', + version='9.5.1', info_plist={ 'NSAppleScriptEnabled': False, 'NSPrincipalClass': 'NSApplication', diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index f5f041e0a..5ebb93aee 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -2,7 +2,7 @@ # Licensed under the GPL-3.0 License. # Created for TagStudio: https://github.com/CyanVoxel/TagStudio -VERSION: str = "9.5.0" # Major.Minor.Patch +VERSION: str = "9.5.1" # Major.Minor.Patch VERSION_BRANCH: str = "" # Usually "" or "Pre-Release" # The folder & file names where TagStudio keeps its data relative to a library.