From da76fd516aaf7005522474b77a77eee2c3716c1f Mon Sep 17 00:00:00 2001 From: Marco Milanta Date: Thu, 17 Apr 2025 15:01:40 +0200 Subject: [PATCH] next version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adca147..32a8714 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "invariant-gateway" -version = "0.0.2" +version = "0.0.3" description = "LLM proxy to observe and debug what your AI agents are doing" readme = "README.md" requires-python = ">=3.12"