Skip to content

Commit 1cc72f5

Browse files
authored
Merge pull request #9 from LeeSinLiang/production-readiness
chore: update version to 1.0.9
2 parents b671a76 + 20073f3 commit 1cc72f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

commitlm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""AI-powered documentation generator."""
22

3-
__version__ = "0.1.0"
3+
__version__ = "1.0.9"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "commitlm"
7-
version = "1.0.8"
7+
version = "1.0.9"
88
readme = {file = "README.md", content-type = "text/markdown"}
99
description = "AI-powered Git Documentation & Commit Messages"
1010
authors = [{name = "Sin Liang Lee", email = "[email protected]"}]

0 commit comments

Comments
 (0)