Skip to content

Commit be41fe7

Browse files
chore(release): bump version to 9.3.0
- agent-brain-rag: 9.2.0 → 9.3.0 - agent-brain-cli: 9.2.0 → 9.3.0 - Flip CLI dependency from path dep to PyPI (agent-brain-rag ^9.3.0) - Update poetry.lock for CLI Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7fe1ffe commit be41fe7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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__ = "9.2.0"
3+
__version__ = "9.3.0"

agent-brain-cli/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "9.2.0"
3+
version = "9.3.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 = true}
30+
agent-brain-rag = "^9.3.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__ = "9.2.0"
3+
__version__ = "9.3.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 = "9.2.0"
3+
version = "9.3.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)