diff --git a/pyproject.toml b/pyproject.toml index 69f85de..3ec408e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sentinelguard" -version = "0.0.2" +version = "0.0.3" description = "A comprehensive, production-ready LLM security and guardrails framework" readme = "README.md" license = {text = "MIT"} diff --git a/sentinelguard/__init__.py b/sentinelguard/__init__.py index 51772bc..e7d4281 100644 --- a/sentinelguard/__init__.py +++ b/sentinelguard/__init__.py @@ -36,7 +36,7 @@ guard = SentinelGuard(config=config) """ -__version__ = "0.0.2" +__version__ = "0.0.3" __author__ = "SentinelGuard Contributors" from sentinelguard.core.guard import SentinelGuard