Skip to content

Commit fd954e0

Browse files
committed
build: bump version to 1.6.4
1 parent 345f1ec commit fd954e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commitloom/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .core.git import GitError, GitFile, GitOperations
66
from .services.ai_service import AIService, CommitSuggestion, TokenUsage
77

8-
__version__ = "1.6.3"
8+
__version__ = "1.6.4"
99
__author__ = "Petru Arakiss"
1010
__email__ = "[email protected]"
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "commitloom"
3-
version = "1.6.3"
3+
version = "1.6.4"
44
description = "Weave perfect git commits with AI-powered intelligence"
55
authors = [
66
{ name = "Petru Arakiss", email = "[email protected]" }

0 commit comments

Comments
 (0)