diff --git a/pyproject.toml b/pyproject.toml index 8e5eabe5c..32cc2faae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hol-guard" -version = "2.0.967" +version = "2.0.968" description = "Protect local AI harnesses with HOL Guard and run scanner checks for Codex, Claude, Cursor, Gemini, OpenCode, and Pi." readme = "README.md" license = "Apache-2.0" diff --git a/src/codex_plugin_scanner/version.py b/src/codex_plugin_scanner/version.py index f465c240d..dba8d6eb3 100644 --- a/src/codex_plugin_scanner/version.py +++ b/src/codex_plugin_scanner/version.py @@ -1,3 +1,3 @@ """Single source of truth for tool version.""" -__version__ = "2.0.967" +__version__ = "2.0.968" diff --git a/uv.lock b/uv.lock index 96521a02b..e58a8584b 100644 --- a/uv.lock +++ b/uv.lock @@ -1162,7 +1162,7 @@ wheels = [ [[package]] name = "hol-guard" -version = "2.0.967" +version = "2.0.968" source = { editable = "." } dependencies = [ { name = "cisco-ai-skill-scanner", marker = "python_full_version < '3.14'" },