Skip to content

Commit 28faee8

Browse files
committed
fix(dependencies): Bump version to 0.2.1
Updated the project version from 0.2.0 to 0.2.1 in pyproject.toml. This likely corresponds to a minor bug fix or enhancement. No functional changes are implied by this update. Affected files: - M pyproject.toml
1 parent 0fbbdd8 commit 28faee8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=42", "wheel"]
2+
requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "smart-git-commit"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "AI-powered Git commit workflow tool"
99
readme = "README.md"
1010
authors = [
@@ -41,7 +41,10 @@ Homepage = "https://github.com/CripterHack/smart-git-commit"
4141
Issues = "https://github.com/CripterHack/smart-git-commit/issues"
4242

4343
[project.scripts]
44-
smart-git-commit = "smart_git_commit:main"
44+
smart-git-commit = "smart_git_commit.smart_git_commit:main"
45+
46+
[tool.setuptools]
47+
packages = ["smart_git_commit"]
4548

4649
[tool.isort]
4750
profile = "black"
@@ -54,4 +57,4 @@ target-version = ["py37"]
5457
[tool.ruff]
5558
line-length = 88
5659
target-version = "py37"
57-
select = ["E", "F", "I", "W"]
60+
select = ["E", "F", "I", "W"]

0 commit comments

Comments
 (0)