Skip to content

Commit a430a8f

Browse files
committed
chore: bump version to 0.4.0
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
1 parent 9f0ac1d commit a430a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "code-review-agent"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "Intelligent code review tool supporting Claude and Gemini"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/code_review_agent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .progress import ProgressDisplay, ReviewStats
1515
from .state import FileReviewState, ReviewSessionState, ReviewStateManager
1616

17-
__version__ = "0.3.0"
17+
__version__ = "0.4.0"
1818
__all__ = [
1919
"CodeReviewAgent",
2020
"GitignoreParser",

0 commit comments

Comments
 (0)