diff --git a/pyproject.toml b/pyproject.toml index 6fea02c..d8dfcc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "auto-commit-service" -version = "0.2.10" +version = "0.2.11" description = "Automated commit message generation service using local LLM inference" readme = "README.md" requires-python = ">=3.11"