From bb6df0c1307b3dccc992a38f85c91556874fdfed Mon Sep 17 00:00:00 2001 From: zsimjee Date: Tue, 20 Aug 2024 14:57:27 -0700 Subject: [PATCH] bump version to 0.5.5 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07d69b681..d2925e70d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "guardrails-ai" -version = "0.5.4" +version = "0.5.5" description = "Adding guardrails to large language models." authors = ["Guardrails AI "] license = "Apache License 2.0" @@ -124,4 +124,4 @@ markers = [ [pytest] log_cli = "True" -log_cli_level = "DEBUG" \ No newline at end of file +log_cli_level = "DEBUG"