From 2060f18b0aa978baf7742d1da1fb563a0c0b0259 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Mon, 19 May 2025 14:22:56 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3441f81..06b3063 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "invariant-gateway" -version = "0.0.4" +version = "0.0.5" description = "LLM proxy to observe and debug what your AI agents are doing" readme = "README.md" requires-python = ">=3.12" @@ -22,4 +22,4 @@ invariant-gateway = "gateway.__main__:main" [build-system] requires = ["setuptools>=61.0", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"