From a0baf015dbd8b50e621c8e5c56cccaf9e47ad9b0 Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Sat, 8 Jun 2024 15:34:29 -0700 Subject: [PATCH] Bump version to v9.3.1 Pre-Release --- tagstudio/src/core/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index 5bdeaf56..d9a3f1d9 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -1,5 +1,5 @@ -VERSION: str = "9.3.0" # Major.Minor.Patch -VERSION_BRANCH: str = "" # Usually "" or "Pre-Release" +VERSION: str = "9.3.1" # Major.Minor.Patch +VERSION_BRANCH: str = "Pre-Release" # Usually "" or "Pre-Release" # The folder & file names where TagStudio keeps its data relative to a library. TS_FOLDER_NAME: str = ".TagStudio"