From 78f029d091ccedfe26511cebecb66dced7c9cfd4 Mon Sep 17 00:00:00 2001 From: Gabor Cselle Date: Fri, 21 Nov 2025 09:25:44 -0800 Subject: [PATCH] Version to v0.1.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd57ed5..1cc01df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openai-guardrails" -version = "0.1.6" +version = "0.1.7" description = "OpenAI Guardrails: A framework for building safe and reliable AI systems." readme = "README.md" requires-python = ">=3.11"