diff --git a/acp_registry/agent.json b/acp_registry/agent.json index dc1e05bb27b..f80b7eaf445 100644 --- a/acp_registry/agent.json +++ b/acp_registry/agent.json @@ -1,7 +1,7 @@ { "id": "hermes-agent", "name": "Hermes Agent", - "version": "0.18.0", + "version": "0.18.1", "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", @@ -9,7 +9,7 @@ "license": "MIT", "distribution": { "uvx": { - "package": "hermes-agent[acp]==0.18.0", + "package": "hermes-agent[acp]==0.18.1", "args": ["hermes-acp"] } } diff --git a/hermes_cli/__init__.py b/hermes_cli/__init__.py index 30daf817859..49326ba53c6 100644 --- a/hermes_cli/__init__.py +++ b/hermes_cli/__init__.py @@ -14,8 +14,8 @@ Provides subcommands for: import os import sys -__version__ = "0.18.0" -__release_date__ = "2026.7.1" +__version__ = "0.18.1" +__release_date__ = "2026.7.7" def _ensure_utf8(): diff --git a/pyproject.toml b/pyproject.toml index 963210075e0..b52c289ac32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = "hermes-agent" -version = "0.18.0" +version = "0.18.1" description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere" readme = "README.md" # Upper bound is load-bearing, not cosmetic. uv resolves the project's diff --git a/uv.lock b/uv.lock index b51daeca10d..433ecd8d957 100644 --- a/uv.lock +++ b/uv.lock @@ -1516,7 +1516,7 @@ wheels = [ [[package]] name = "hermes-agent" -version = "0.18.0" +version = "0.18.1" source = { editable = "." } dependencies = [ { name = "certifi" },