We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f9c93 commit ce09538Copy full SHA for ce09538
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
[project]
6
name = "TagStudio"
7
description = "A User-Focused Photo & File Management System."
8
-version = "9.5.3"
+version = "9.5.4"
9
license = "GPL-3.0-only"
10
readme = "README.md"
11
requires-python = ">=3.12,<3.13"
src/tagstudio/core/constants.py
@@ -2,7 +2,7 @@
2
# Licensed under the GPL-3.0 License.
3
# Created for TagStudio: https://github.com/CyanVoxel/TagStudio
4
-VERSION: str = "9.5.3" # Major.Minor.Patch
+VERSION: str = "9.5.4" # Major.Minor.Patch
VERSION_BRANCH: str = "" # Usually "" or "Pre-Release"
# The folder & file names where TagStudio keeps its data relative to a library.
0 commit comments