Update pyproject.toml

This commit is contained in:
Luca Beurer-Kellner
2025-05-19 14:22:56 +02:00
committed by GitHub
parent e18c6b5bdb
commit 2060f18b0a
+2 -2
View File
@@ -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"
build-backend = "setuptools.build_meta"