diff --git a/pyproject.toml b/pyproject.toml index 5f561e1..2508d2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "guardrails" +name = "openai-guardrails" version = "0.1.0" description = "OpenAI Guardrails: A framework for building safe and reliable AI systems." readme = "README.md" diff --git a/src/guardrails/__init__.py b/src/guardrails/__init__.py index 7af2b1a..3166e83 100644 --- a/src/guardrails/__init__.py +++ b/src/guardrails/__init__.py @@ -66,7 +66,7 @@ "resources", # resource modules ] -__version__: str = _m.version("guardrails") +__version__: str = _m.version("openai-guardrails") # Expose a package-level logger and install a NullHandler so importing the # library never configures global logging for the host application.