Skip to content

Commit 27c5faa

Browse files
author
edgar-zorrilla-smartports
committed
feat(root): Fix commit message update
```python Description: AI-powered Git commit workflow. ``` Affected files: - M pyproject.toml
1 parent dd413e3 commit 27c5faa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

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

55
[project]
66
name = "smart-git-commit"
7-
version = "0.1.0"
7+
version = "0.1.3"
88
description = "AI-powered Git commit workflow tool"
99
readme = "README.md"
1010
authors = [
11-
{name = "Your Name", email = "your.email@example.com"}
11+
{name = "Edgar Zorrilla", email = "edgar@izignamx.com"}
1212
]
1313
license = {text = "MIT"}
1414
classifiers = [
@@ -28,8 +28,8 @@ requires-python = ">=3.7"
2828
dependencies = []
2929

3030
[project.urls]
31-
Homepage = "https://github.com/yourusername/smart-git-commit"
32-
Issues = "https://github.com/yourusername/smart-git-commit/issues"
31+
Homepage = "https://github.com/CripterHack/smart-git-commit"
32+
Issues = "https://github.com/CripterHack/smart-git-commit/issues"
3333

3434
[project.scripts]
3535
smart-git-commit = "smart_git_commit:main"

0 commit comments

Comments
 (0)