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

fix/verification-admin-route-recovery
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", "id": "hermes-agent",
"name": "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.", "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",
@ -9,7 +9,7 @@
"license": "MIT", "license": "MIT",
"distribution": { "distribution": {
"uvx": { "uvx": {
"package": "hermes-agent[acp]==0.18.1", "package": "hermes-agent[acp]==0.18.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.18.1" __version__ = "0.18.2"
__release_date__ = "2026.7.7" __release_date__ = "2026.7.7.2"
def _ensure_utf8(): def _ensure_utf8():

View File

@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "hermes-agent" 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" description = "The self-improving AI agent — creates skills from experience, improves them during use, and runs anywhere"
readme = "README.md" readme = "README.md"
# Upper bound is load-bearing, not cosmetic. uv resolves the project's # Upper bound is load-bearing, not cosmetic. uv resolves the project's

View File

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