Skip to content

Commit 981cc60

Browse files
committed
chore: bump version to v9.5.1
1 parent 2073a28 commit 981cc60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "TagStudio"
33
description = "A User-Focused Photo & File Management System."
4-
version = "9.5.0"
4+
version = "9.5.1"
55
license = "GPL-3.0-only"
66
readme = "README.md"
77

tagstudio.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ app = BUNDLE(
7878
name='TagStudio.app',
7979
icon=icon,
8080
bundle_identifier='com.cyanvoxel.tagstudio',
81-
version='9.5.0',
81+
version='9.5.1',
8282
info_plist={
8383
'NSAppleScriptEnabled': False,
8484
'NSPrincipalClass': 'NSApplication',

tagstudio/src/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Licensed under the GPL-3.0 License.
33
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
44

5-
VERSION: str = "9.5.0" # Major.Minor.Patch
5+
VERSION: str = "9.5.1" # Major.Minor.Patch
66
VERSION_BRANCH: str = "" # Usually "" or "Pre-Release"
77

88
# The folder & file names where TagStudio keeps its data relative to a library.

0 commit comments

Comments
 (0)