chore: bump version to v0.15.2 (2026.5.29.2)

This commit is contained in:
ethernet 2026-05-29 09:35:57 -04:00
parent 827f7f0782
commit 77a1650c78
3 changed files with 11 additions and 7 deletions

View file

@ -1,16 +1,20 @@
{
"id": "hermes-agent",
"name": "Hermes Agent",
"version": "0.15.1",
"version": "0.15.2",
"description": "Self-improving open-source AI agent by Nous Research with ACP editor integration, persistent memory, skills, and rich tool support.",
"repository": "https://github.com/NousResearch/hermes-agent",
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
"authors": ["Nous Research"],
"authors": [
"Nous Research"
],
"license": "MIT",
"distribution": {
"uvx": {
"package": "hermes-agent[acp]==0.15.1",
"args": ["hermes-acp"]
"package": "hermes-agent[acp]==0.15.2",
"args": [
"hermes-acp"
]
}
}
}

View file

@ -14,8 +14,8 @@ Provides subcommands for:
import os
import sys
__version__ = "0.15.1"
__release_date__ = "2026.5.29"
__version__ = "0.15.2"
__release_date__ = "2026.5.29.2"
def _ensure_utf8():

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hermes-agent"
version = "0.15.1"
version = "0.15.2"
description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md"
requires-python = ">=3.11"