Skip to content

Commit 2b46317

Browse files
committed
v0.3.3
1 parent 14860a9 commit 2b46317

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
python-version: "3.11"
5151
- name: Install AI Code Review tool
52-
run: pip install ai-code-review==0.3.2
52+
run: pip install ai-code-review==0.3.3
5353
- name: Run AI code review
5454
env:
5555
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}

ai_code_review/project_config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,3 @@ def load(custom_config_file: str | Path | None = None) -> "ProjectConfig":
9797
logging.info(f"Config file {config_file} not found, using defaults")
9898

9999
return ProjectConfig(**config)
100-
101-
102-
print("DEBUG") # @todo temp, delete me!!

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ai-code-review"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "LLM-agnostic GitHub AI Code Review Tool with integration to GitHub actions"
55
authors = ["Nayjest <mail@vitaliy.in>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)