Skip to content

Commit ce09538

Browse files
committed
chore: bump version to v9.5.4
1 parent 54f9c93 commit ce09538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "TagStudio"
77
description = "A User-Focused Photo & File Management System."
8-
version = "9.5.3"
8+
version = "9.5.4"
99
license = "GPL-3.0-only"
1010
readme = "README.md"
1111
requires-python = ">=3.12,<3.13"

src/tagstudio/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.3" # Major.Minor.Patch
5+
VERSION: str = "9.5.4" # 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)