Skip to content

Commit 81fcf5d

Browse files
chore(release): bump version to 7.0.0
- Update agent-brain-rag version: 6.0.3 -> 7.0.0 - Update agent-brain-cli version: 6.0.3 -> 7.0.0 - Flip CLI dependency from path to PyPI (^7.0.0) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3f3e8e7 commit 81fcf5d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Doc-Serve CLI - Command-line interface for managing Doc-Serve server."""
22

3-
__version__ = "6.0.3"
3+
__version__ = "7.0.0"

agent-brain-cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "agent-brain-cli"
3-
version = "6.0.3"
3+
version = "7.0.0"
44
description = "Agent Brain CLI - Command-line interface for managing AI agent memory and knowledge retrieval"
55
authors = ["Spillwave Solutions"]
66
readme = "README.md"
@@ -27,7 +27,7 @@ httpx = "^0.28.0"
2727
rich = "^13.9.0"
2828
pyyaml = "^6.0.0"
2929
pydantic = "^2.10.0"
30-
agent-brain-rag = {path = "../agent-brain-server", develop = false}
30+
agent-brain-rag = "^7.0.0"
3131

3232
[tool.poetry.group.dev.dependencies]
3333
pytest = "^8.3.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Doc-Serve Server - RAG-based document indexing and query service."""
22

3-
__version__ = "6.0.3"
3+
__version__ = "7.0.0"

agent-brain-server/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 = "agent-brain-rag"
3-
version = "6.0.3"
3+
version = "7.0.0"
44
description = "Agent Brain RAG - Intelligent document indexing and semantic search server that gives AI agents long-term memory"
55
authors = ["Spillwave Solutions"]
66
readme = "README.md"

0 commit comments

Comments
 (0)