From 4f5fd222d160a5e7cd772a0977f33d925a929c5a Mon Sep 17 00:00:00 2001 From: Steven C Date: Tue, 21 Oct 2025 17:39:20 -0400 Subject: [PATCH] version bump to v0.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a0154b..d73010b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai-guardrails" -version = "0.1.1" +version = "0.1.2" description = "OpenAI Guardrails: A framework for building safe and reliable AI systems." readme = "README.md" requires-python = ">=3.11"