diff --git a/pyproject.toml b/pyproject.toml index 9919d2e7..78c8bc96 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-pre2" +version = "9.5.0-pre3" license = "GPL-3.0-only" readme = "README.md" diff --git a/tagstudio.spec b/tagstudio.spec index b0a91eba..386222a6 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-pr2', + version='9.5.0-pr3', info_plist={ 'NSAppleScriptEnabled': False, 'NSPrincipalClass': 'NSApplication', diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index 22b8d5fd..fbc63b06 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -3,7 +3,7 @@ # Created for TagStudio: https://github.com/CyanVoxel/TagStudio VERSION: str = "9.5.0" # Major.Minor.Patch -VERSION_BRANCH: str = "Pre-Release 2" # Usually "" or "Pre-Release" +VERSION_BRANCH: str = "Pre-Release 3" # Usually "" or "Pre-Release" # The folder & file names where TagStudio keeps its data relative to a library. TS_FOLDER_NAME: str = ".TagStudio"