Skip to content

Commit ba328c1

Browse files
committed
Fix version
1 parent ce4af4a commit ba328c1

3 files changed

Lines changed: 3 additions & 178 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ build/
88
*.log
99
*.swp
1010
*.bkp
11-
*.pyc
11+
*.pyc
12+
uv.lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mycat"
7-
version = "0.1.3"
7+
version = "0.1.4"
88
description = "Desktop Cat: Qt Overlay"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)