From cd0cbb4997b0e2c4fa35d60c6593026f45ba4b61 Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Tue, 17 Dec 2024 18:27:15 +0100 Subject: [PATCH] update version --- testing/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/pyproject.toml b/testing/pyproject.toml index 70c88ac..8e35d2c 100644 --- a/testing/pyproject.toml +++ b/testing/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "invariant-ai" -version = "0.1.0" +version = "0.1.1" description = "Testing library for AI Agents by InvariantLabs" authors = ["InvariantLabs "] readme = "README.md" @@ -42,4 +42,4 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S" invariant = "invariant.__main__:main" [tool.ruff.lint.pydocstyle] -convention = "google" \ No newline at end of file +convention = "google"