Skip to content

Commit a886d09

Browse files
authored
Change the package name to openai-guardrails / PR 13
Change the package name to openai-guardrails
2 parents 07b1cf1 + 43a76b4 commit a886d09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "guardrails"
2+
name = "openai-guardrails"
33
version = "0.1.0"
44
description = "OpenAI Guardrails: A framework for building safe and reliable AI systems."
55
readme = "README.md"

src/guardrails/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"resources", # resource modules
6767
]
6868

69-
__version__: str = _m.version("guardrails")
69+
__version__: str = _m.version("openai-guardrails")
7070

7171
# Expose a package-level logger and install a NullHandler so importing the
7272
# library never configures global logging for the host application.

0 commit comments

Comments
 (0)