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 efb4c4a commit 7c5b8e5Copy full SHA for 7c5b8e5
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.1"
+version = "9.5.2"
9
license = "GPL-3.0-only"
10
readme = "README.md"
11
dependencies = [
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.1" # Major.Minor.Patch
+VERSION: str = "9.5.2" # 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