From 725bc8de3515bcbac4ad039ffe97a835ad4677ab Mon Sep 17 00:00:00 2001 From: Gabor Cselle Date: Thu, 16 Oct 2025 16:17:20 -0700 Subject: [PATCH] Bump version to v0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5092fbd..4a0154b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai-guardrails" -version = "0.1.0" +version = "0.1.1" description = "OpenAI Guardrails: A framework for building safe and reliable AI systems." readme = "README.md" requires-python = ">=3.11"