Skip to content

Commit d605594

Browse files
committed
feat(dependencies): Bump version to 0.2.0
Bump version to 0.2.0 This commit increments the project version to 0.2.0. The version bump reflects the changes and improvements made within the project since the previous release. This release prepares the project for the next phase of development and feature enhancements. Affected files: - M pyproject.toml
1 parent 3c2f455 commit d605594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "smart-git-commit"
7-
version = "0.1.6"
7+
version = "0.2.0"
88
description = "AI-powered Git commit workflow tool"
99
readme = "README.md"
1010
authors = [
@@ -25,7 +25,7 @@ classifiers = [
2525
"Topic :: Software Development :: Version Control :: Git",
2626
]
2727
requires-python = ">=3.7"
28-
dependencies = []
28+
dependencies = ["psutil>=5.9.0"]
2929

3030
[project.optional-dependencies]
3131
dev = [

0 commit comments

Comments
 (0)