From 96c5dbbeb59bbcee4e2c434a5a21b8c9f517b615 Mon Sep 17 00:00:00 2001 From: Marcos Della Date: Sun, 13 Sep 2026 00:25:11 +0000 Subject: [PATCH] chore: __version__ 0.1.10 (the tag guard caught pyproject-only bump; tag pipeline 7977) Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_01ASnneBmT7rfaJLE8NGNw7S --- monky_deployd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monky_deployd/__init__.py b/monky_deployd/__init__.py index b01f6e8..61d8f6c 100644 --- a/monky_deployd/__init__.py +++ b/monky_deployd/__init__.py @@ -4,4 +4,4 @@ Dials monky-tenancy over the mesh with the box's host identity, fetches the rend leases a deploy grant, logs in to OpenBao, reads its own secrets, runs `docker compose`, reports. Stdlib only; the optional `openziti` SDK is the `sdk` transport.""" -__version__ = "0.1.9" +__version__ = "0.1.10"