From c38886a3843a918ceea6ebe3a5f1bcc57759d276 Mon Sep 17 00:00:00 2001 From: Hemang Date: Tue, 10 Dec 2024 17:08:16 +0100 Subject: [PATCH] Update version in pyproject.toml --- testing/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/pyproject.toml b/testing/pyproject.toml index b04770d..2da6a02 100644 --- a/testing/pyproject.toml +++ b/testing/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "invariant-ai" -version = "0.0.2" +version = "0.0.3" description = "Testing library for AI Agents by InvariantLabs" authors = ["InvariantLabs "] readme = "README.md"