Skip to content

Commit 1eb8c55

Browse files
committed
chore: update commiticen configuration
1 parent 07983a6 commit 1eb8c55

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "KillPy"
3-
version = "0.1.0-alpha.1"
3+
version = "0.1.0"
44
description = "Clean your .venv and __pycache__ directories"
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -24,5 +24,13 @@ dev = [
2424
[tool.uv.workspace]
2525
members = ["q"]
2626

27+
[tool.commitizen]
28+
name = "cz_conventional_commits"
29+
version = "0.1.0"
30+
version_files = [
31+
"src/__version__.py",
32+
"pyproject.toml:version"
33+
]
34+
2735
[project.scripts]
2836
posewebcam = "pykill.__main__:main"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)