chore: release v0.18.2 (2026.7.7.2) (#60651)

This commit is contained in:
Teknium 2026-07-07 20:11:08 -07:00 committed by GitHub
parent c30c9753b6
commit 9de9c25f62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "hermes-agent",
"name": "Hermes Agent",
"version": "0.18.1",
"version": "0.18.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",
@ -9,7 +9,7 @@
"license": "MIT",
"distribution": {
"uvx": {
"package": "hermes-agent[acp]==0.18.1",
"package": "hermes-agent[acp]==0.18.2",
"args": ["hermes-acp"]
}
}

View file

@ -14,8 +14,8 @@ Provides subcommands for:
import os
import sys
__version__ = "0.18.1"
__release_date__ = "2026.7.7"
__version__ = "0.18.2"
__release_date__ = "2026.7.7.2"
def _ensure_utf8():

View file

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "hermes-agent"
version = "0.18.1"
version = "0.18.2"
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

2
uv.lock generated
View file

@ -1516,7 +1516,7 @@ wheels = [
[[package]]
name = "hermes-agent"
version = "0.18.1"
version = "0.18.2"
source = { editable = "." }
dependencies = [
{ name = "certifi" },