Bump version to v9.3.0

This commit is contained in:
Travis Abendshien
2024-06-08 15:21:37 -07:00
parent 08761d5f8a
commit 58be4cdb4b

View File

@@ -1,5 +1,5 @@
VERSION: str = "9.2.2" # Major.Minor.Patch
VERSION_BRANCH: str = "Pre-Release" # 'Alpha', 'Beta', or '' for Full Release
VERSION: str = "9.3.0" # Major.Minor.Patch
VERSION_BRANCH: str = "" # Usually "" or "Pre-Release"
# The folder & file names where TagStudio keeps its data relative to a library.
TS_FOLDER_NAME: str = ".TagStudio"