Skip to content

Commit 7c5b8e5

Browse files
committed
chore: bump version to v9.5.2
1 parent efb4c4a commit 7c5b8e5

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.1"
8+
version = "9.5.2"
99
license = "GPL-3.0-only"
1010
readme = "README.md"
1111
dependencies = [

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.1" # Major.Minor.Patch
5+
VERSION: str = "9.5.2" # 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)