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", "id": "hermes-agent",
"name": "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.", "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", "repository": "https://github.com/NousResearch/hermes-agent",
"website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp", "website": "https://hermes-agent.nousresearch.com/docs/user-guide/features/acp",
"authors": ["Nous Research"], "authors": [
"Nous Research"
],
"license": "MIT", "license": "MIT",
"distribution": { "distribution": {
"uvx": { "uvx": {
"package": "hermes-agent[acp]==0.15.1", "package": "hermes-agent[acp]==0.15.2",
"args": ["hermes-acp"] "args": [
"hermes-acp"
]
} }
} }
} }

View File

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

View File

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