From 61c12a434079b7bbdae3e1b98d49e9c66cc9cb24 Mon Sep 17 00:00:00 2001 From: Hemang Date: Thu, 24 Apr 2025 18:45:39 +0530 Subject: [PATCH] Version 0.0.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32a8714..561c288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "invariant-gateway" -version = "0.0.3" +version = "0.0.4" description = "LLM proxy to observe and debug what your AI agents are doing" readme = "README.md" requires-python = ">=3.12"