Skip to content

Commit 77a1650

Browse files
committed
chore: bump version to v0.15.2 (2026.5.29.2)
1 parent 827f7f0 commit 77a1650

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

acp_registry/agent.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"id": "hermes-agent",
33
"name": "Hermes Agent",
4-
"version": "0.15.1",
4+
"version": "0.15.2",
55
"description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and rich tool support.",
66
"repository": "https://github.com/NousResearch/hermes-agent",
77
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
8-
"authors": ["Nous Research"],
8+
"authors": [
9+
"Nous Research"
10+
],
911
"license": "MIT",
1012
"distribution": {
1113
"uvx": {
12-
"package": "hermes-agent[acp]==0.15.1",
13-
"args": ["hermes-acp"]
14+
"package": "hermes-agent[acp]==0.15.2",
15+
"args": [
16+
"hermes-acp"
17+
]
1418
}
1519
}
1620
}

hermes_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
import os
1515
import sys
1616

17-
__version__ = "0.15.1"
18-
__release_date__ = "2026.5.29"
17+
__version__ = "0.15.2"
18+
__release_date__ = "2026.5.29.2"
1919

2020

2121
def _ensure_utf8():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hermes-agent"
7-
version = "0.15.1"
7+
version = "0.15.2"
88
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)