Skip to content

Commit 229079a

Browse files
committed
chore(root): Bump version to 0.1.5
Bump version to 0.1.5 This commit increments the project version to 0.1.5. It reflects a new release incorporating recent changes and improvements. The version update allows for proper distribution and tracking of the project's evolution. Affected files: - M pyproject.toml
1 parent e8dd6ea commit 229079a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
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.4"
7+
version = "0.1.5"
88
description = "AI-powered Git commit workflow tool"
99
readme = "README.md"
1010
authors = [
@@ -27,6 +27,15 @@ classifiers = [
2727
requires-python = ">=3.7"
2828
dependencies = []
2929

30+
[project.optional-dependencies]
31+
dev = [
32+
"pytest>=7.0.0",
33+
"coverage>=6.0.0",
34+
"black>=22.0.0",
35+
"isort>=5.0.0",
36+
"ruff>=0.0.85",
37+
]
38+
3039
[project.urls]
3140
Homepage = "https://github.com/CripterHack/smart-git-commit"
3241
Issues = "https://github.com/CripterHack/smart-git-commit/issues"

0 commit comments

Comments
 (0)