From f184c488e8757b0a695455726d6d94a18378e8a1 Mon Sep 17 00:00:00 2001 From: Hemang Date: Wed, 4 Jun 2025 14:23:22 +0200 Subject: [PATCH] Bump to version 0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d52c4cb..224398e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "invariant-gateway" -version = "0.0.5.2" +version = "0.0.6" description = "LLM proxy to observe and debug what your AI agents are doing" readme = "README.md" requires-python = ">=3.12"