Skip to content

Commit

Permalink
chore: bump version to v9.5.0-pr2
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Feb 4, 2025
1 parent dbf7353 commit f38a79b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "TagStudio"
description = "A User-Focused Photo & File Management System."
version = "9.5.0-pre1"
version = "9.5.0-pre2"
license = "GPL-3.0-only"
readme = "README.md"

Expand Down
2 changes: 1 addition & 1 deletion tagstudio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ app = BUNDLE(
name='TagStudio.app',
icon=icon,
bundle_identifier='com.cyanvoxel.tagstudio',
version='9.5.0',
version='9.5.0-pr2',
info_plist={
'NSAppleScriptEnabled': False,
'NSPrincipalClass': 'NSApplication',
Expand Down
2 changes: 1 addition & 1 deletion tagstudio/src/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 1" # Usually "" or "Pre-Release"
VERSION_BRANCH: str = "Pre-Release 2" # Usually "" or "Pre-Release"

# The folder & file names where TagStudio keeps its data relative to a library.
TS_FOLDER_NAME: str = ".TagStudio"
Expand Down

0 comments on commit f38a79b

Please sign in to comment.